(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2e57d321d59d34c551fbdff475c750c1675af639..2d263b249cb328c3f71497f1875efe9d06215e04 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <groupId>org.wamblee</groupId>
        <artifactId>wamblee-utils</artifactId>
        <packaging>pom</packaging>
-       <version>0.4-SNAPSHOT</version>
+       <version>0.6-SNAPSHOT</version>
        <name>/</name>
        <description>wamblee.org utilities library</description>
        <url>http://wamblee.org</url>
                        <artifactId>junit</artifactId>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.dbunit</groupId>
-                       <artifactId>dbunit</artifactId>
-                       <scope>test</scope>
-               </dependency>
                <dependency>
                        <groupId>org.apache.derby</groupId>
                        <artifactId>derby</artifactId>
                        </dependency>
                        <dependency>
                                <groupId>net.sf.ehcache</groupId>
-                               <artifactId>ehcache</artifactId>
-                               <version>1.2.3</version>
+                               <artifactId>ehcache-core</artifactId>
+                               <version>2.2.0</version>
                        </dependency>
 
                        <dependency>