(no commit message)
[utils] / support / general / pom.xml
index 367da6e5c9340072d3f8bc08eb78ca4c830f176e..927be2e3e8d8bec432638af27bfd1333dd2437cb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.6-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
       <artifactId>javaee-api</artifactId>
       <scope>provided</scope>
     </dependency>
-   
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derbyclient</artifactId>
-      <scope>test</scope>
-    </dependency>
+    
     <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derbynet</artifactId>
-      <scope>test</scope>
+      <groupId>net.sf.ehcache</groupId>
+      <artifactId>ehcache-core</artifactId>
+      <optional>true</optional>
     </dependency>
     
     <dependency>
       <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache</artifactId>
-      <optional>true</optional>
+      <scope>test</scope>
     </dependency>
+   
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
       <optional>true</optional>
+      <scope>test</scope>
     </dependency>
+    
   </dependencies>
   
   <distributionManagement>