[Schmitzm-commits] r1343 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Dec 13 12:32:50 CET 2010


Author: alfonx
Date: 2010-12-13 12:32:50 +0100 (Mon, 13 Dec 2010)
New Revision: 1343

Modified:
   trunk/pom.xml
Log:
added excel lib to test scope

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-12-13 11:31:34 UTC (rev 1342)
+++ trunk/pom.xml	2010-12-13 11:32:50 UTC (rev 1343)
@@ -307,6 +307,23 @@
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>
+
+		<dependency>
+		<!-- Testen fuer Olli -->
+			<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>
 	</dependencies>
 
 



More information about the Schmitzm-commits mailing list