migration to maven 3
[utils] / system / spring / pom.xml
index cca0011a052530064406387a638e3fc09ee763c8..81ac61df359f6b36d79dd6e97a84a5b8de9936c7 100644 (file)
@@ -1,16 +1,18 @@
+<?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
         <groupId>org.wamblee</groupId>
         <artifactId>wamblee-utils</artifactId>
-        <version>0.2.1</version>
+        <version>0.6-SNAPSHOT</version>
+               <relativePath>../..</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-system-spring</artifactId>
     <packaging>jar</packaging>
-    <version>0.2.1</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>