better maven 3 support. (no more relativePath).
[utils] / system / spring / pom.xml
index 028ed0d5cb6aaea34f756c9ee7f65b1caec7d028..4d6415359608b1532ab4cdacab5afb64b7feb876 100644 (file)
@@ -3,15 +3,15 @@
 
     <parent>
         <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-utils</artifactId>
-        <version>0.5</version>
+        <artifactId>wamblee-system</artifactId>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-system-spring</artifactId>
     <packaging>jar</packaging>
-    <version>0.5</version>
+    <version>0.6-SNAPSHOT</version>
     <name>/system/spring</name>
     <url>http://wamblee.org</url>
     <dependencies>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.dbunit</groupId>
+            <artifactId>dbunit</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>