File: 0001-Remove-modules-and-dependencies-not-packaged.patch

package info (click to toggle)
super-csv 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,744 kB
  • sloc: java: 16,922; xml: 1,811; makefile: 2
file content (63 lines) | stat: -rw-r--r-- 1,836 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Mon, 30 Apr 2018 11:09:00 +0200
Subject: Remove modules and dependencies not packaged

---
 pom.xml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index c80d2a2..18a84bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,17 +27,11 @@
 
 	<modules>
 		<module>super-csv</module>
-		<module>super-csv-dozer</module>
-		<module>super-csv-joda</module>
-		<module>super-csv-java8</module>
-		<module>super-csv-distribution</module>
-		<module>super-csv-benchmark</module>
 	</modules>
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-		<dozer.version>5.4.0</dozer.version>
 		<slf4j.version>1.7.5</slf4j.version>
 
 		<!-- properties ensure reporting plugin versions are same as managed versions -->
@@ -312,23 +306,6 @@
 				<artifactId>super-csv</artifactId>
 				<version>${project.version}</version>
 			</dependency>
-			<dependency>
-				<groupId>net.sf.supercsv</groupId>
-				<artifactId>super-csv-dozer</artifactId>
-				<version>${project.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>net.sf.dozer</groupId>
-				<artifactId>dozer</artifactId>
-				<version>${dozer.version}</version>
-				<exclusions>
-					<!-- this exclusion won't be necessary in the future -->
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-log4j12</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
 		</dependencies>
 	</dependencyManagement>
 
@@ -471,8 +448,6 @@
 					<aggregate>true</aggregate>
 					<links>
 						<link>http://docs.oracle.com/javase/8/docs/api</link>
-						<link>http://dozer.sourceforge.net/apidocs</link>
-						<link>http://www.joda.org/joda-time/apidocs</link>
 					</links>
 				</configuration>
 				<reportSets>