diff pom.xml @ 49:2d669fdd0a8b

New CsvNodeListReader for import-merge.
author casties
date Thu, 27 Oct 2016 20:21:19 +0200
parents 23c043a19134
children cc7a6fe4ee7a
line wrap: on
line diff
--- a/pom.xml	Tue Oct 25 18:42:05 2016 +0200
+++ b/pom.xml	Thu Oct 27 20:21:19 2016 +0200
@@ -163,7 +163,17 @@
 			<version>2.5</version>
 			<scope>provided</scope>
 		</dependency> -->
-		
+
+		<dependency>
+			<groupId>org.apache.commons</groupId>
+			<artifactId>commons-csv</artifactId>
+			<version>1.4</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-codec</groupId>
+			<artifactId>commons-codec</artifactId>
+			<version>1.10</version>
+		</dependency>
 	</dependencies>
 	
 	<build>