migration to maven 3
[utils] / system / spring / pom.xml
index 3882fdaec78e0531f6733ee4aa55134c6a210fc8..81ac61df359f6b36d79dd6e97a84a5b8de9936c7 100644 (file)
@@ -5,6 +5,7 @@
         <groupId>org.wamblee</groupId>
         <artifactId>wamblee-utils</artifactId>
         <version>0.6-SNAPSHOT</version>
+               <relativePath>../..</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.dbunit</groupId>
+            <artifactId>dbunit</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>