[Schmitzm-commits] r1782 - trunk/schmitzm-core

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 17 13:09:41 CET 2011


Author: alfonx
Date: 2011-11-17 13:09:40 +0100 (Thu, 17 Nov 2011)
New Revision: 1782

Modified:
   trunk/schmitzm-core/pom.xml
Log:
supercsv

Modified: trunk/schmitzm-core/pom.xml
===================================================================
--- trunk/schmitzm-core/pom.xml	2011-11-16 18:24:20 UTC (rev 1781)
+++ trunk/schmitzm-core/pom.xml	2011-11-17 12:09:40 UTC (rev 1782)
@@ -25,7 +25,7 @@
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>
-		
+
 		<dependency>
 			<groupId>javax.jnlp</groupId>
 			<artifactId>jnlp</artifactId>
@@ -43,7 +43,7 @@
 		</dependency>
 
 		<dependency>
-		<!-- NOT USE 2.0.1 for now... -->
+			<!-- NOT USE 2.0.1 for now... -->
 			<groupId>commons-io</groupId>
 			<artifactId>commons-io</artifactId>
 			<version>1.4</version>
@@ -52,13 +52,19 @@
 		</dependency>
 
 		<dependency>
+			<groupId>org.supercsv</groupId>
+			<artifactId>supercsv</artifactId>
+			<version>1.52</version>
+		</dependency>
+
+		<dependency>
 			<groupId>com.miglayout</groupId>
 			<artifactId>miglayout</artifactId>
-			<version>3.7.4</version> 
+			<version>3.7.4</version>
 			<classifier>swing</classifier>
 			<scope>compile</scope>
 		</dependency>
-		
+
 		<dependency>
 			<groupId>com.toedter</groupId>
 			<artifactId>jcalendar</artifactId>
@@ -89,28 +95,17 @@
 			<scope>compile</scope>
 		</dependency>
 
-<!--
+		<!-- <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> 
+			<version>2.6.12</version> <scope>test</scope> </dependency> <dependency> 
+			<groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.7</version> 
+			<type>jar</type> <scope>test</scope> </dependency> -->
 		<dependency>
-			<groupId>net.sourceforge.jexcelapi</groupId>
-			<artifactId>jxl</artifactId>
-			<version>2.6.12</version>
-			<scope>test</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.poi</groupId>
-			<artifactId>poi</artifactId>
-			<version>3.7</version>
-			<type>jar</type>
-			<scope>test</scope>
-		</dependency>
--->
-		<dependency>
-<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene den gp export -->
+			<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene 
+				den gp export -->
 			<groupId>commons-lang</groupId>
 			<artifactId>commons-lang</artifactId>
 			<version>2.3</version>
-<!--			<version>2.4</version>-->
+			<!-- <version>2.4</version> -->
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>
@@ -133,8 +128,8 @@
 		</plugins>
 
 	</build>
-	
-	
+
+
 	<profiles>
 		<profile>
 			<id>resourceOperationRemove</id>
@@ -170,6 +165,6 @@
 			</build>
 		</profile>
 	</profiles>
-	
 
+
 </project>



More information about the Schmitzm-commits mailing list