[maven-release-plugin] prepare release wamblee-utils-0.7
[utils] / support / general / pom.xml
index 20d61566f90230e8a8d1a17c005b32c846b14ef9..33b85235b418914f1cb2f557542041dbf136478b 100644 (file)
@@ -3,8 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
-    <version>0.4</version>
+    <artifactId>wamblee-support</artifactId>
+    <version>0.7</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>
-    </dependency>
     
-    <dependency>
-      <groupId>dom4j</groupId>
-      <artifactId>dom4j</artifactId>
-      <optional>true</optional>
-    </dependency>
     <dependency>
       <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>jaxen</groupId>
-      <artifactId>jaxen</artifactId>
+      <artifactId>ehcache-core</artifactId>
       <optional>true</optional>
     </dependency>
+    
   </dependencies>
   
   <distributionManagement>