Introduce JXL DAO support
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jxl / pom.xml
index 12fde803f9a6f2ec70a37889564e58ea7c994f7a..06213f5588d3e74fae7a1b12bc64fe6e71ea88d2 100644 (file)
                        <artifactId>com.springsource.jxl</artifactId>
                </dependency>
 
+               <!-- TEST -->
+               <dependency>
+                       <groupId>org.junit</groupId>
+                       <artifactId>com.springsource.junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.basic</groupId>
+                       <artifactId>org.argeo.basic.dep.log4j</artifactId>
+                       <version>0.1.1-SNAPSHOT</version>
+                       <type>pom</type>
+                       <scope>test</scope>
+               </dependency>
+
+
        </dependencies>
 </project>