http://wamblee.org/jira/browse/UTILS-5
[utils] / system / spring / pom.xml
index 23515de1f336996e258540fae4572dabcb514603..f3ba1dba4b19b6a88c626838489849045d337bb5 100644 (file)
@@ -4,14 +4,14 @@
     <parent>
         <groupId>org.wamblee</groupId>
         <artifactId>wamblee-utils</artifactId>
-        <version>0.4</version>
+        <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.4</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>