better maven 3 support. (no more relativePath).
[utils] / system / spring / pom.xml
index 3882fdaec78e0531f6733ee4aa55134c6a210fc8..4d6415359608b1532ab4cdacab5afb64b7feb876 100644 (file)
@@ -3,7 +3,7 @@
 
     <parent>
         <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-utils</artifactId>
+        <artifactId>wamblee-system</artifactId>
         <version>0.6-SNAPSHOT</version>
     </parent>
 
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.dbunit</groupId>
+            <artifactId>dbunit</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>