offline building of site deploy to improve performance.
[utils] / support / general / pom.xml
index 76d308c22b4afe6ff5e9a8969d12bb5277a9ea0a..bc6c8a60bfd8b8d20203193edd78ff2d920ecde7 100644 (file)
@@ -3,8 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
-    <version>0.5</version>
+    <artifactId>wamblee-support</artifactId>
+    <version>0.9-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>
-    </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>