You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2014/02/09 22:56:38 UTC

svn commit: r1566445 - /wookie/trunk/wookie-server/pom.xml

Author: scottbw
Date: Sun Feb  9 21:56:37 2014
New Revision: 1566445

URL: http://svn.apache.org/r1566445
Log:
Removed JPA dependencies

Modified:
    wookie/trunk/wookie-server/pom.xml

Modified: wookie/trunk/wookie-server/pom.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/wookie-server/pom.xml?rev=1566445&r1=1566444&r2=1566445&view=diff
==============================================================================
--- wookie/trunk/wookie-server/pom.xml (original)
+++ wookie/trunk/wookie-server/pom.xml Sun Feb  9 21:56:37 2014
@@ -61,7 +61,8 @@
       <groupId>org.apache.wookie</groupId>
       <artifactId>wookie-spi</artifactId>
       <version>2.0.0-SNAPSHOT</version>
-    </dependency>
+    </dependency>
+    <!--  
     <dependency>
       <groupId>org.apache.wookie</groupId>
       <artifactId>wookie-jpa</artifactId>
@@ -73,7 +74,8 @@
       <artifactId>wookie-jpa</artifactId>
       <version>2.0.0-SNAPSHOT</version>
       <type>war</type>
-    </dependency>        
+    </dependency>   
+    -->     
   
     <dependency>
       <groupId>org.apache.wookie</groupId>
@@ -172,18 +174,6 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.shindig</groupId>
-      <artifactId>shindig-common</artifactId>
-      <version>2.0.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.collections</groupId>
-      <artifactId>google-collections</artifactId>
-      <version>1.0-rc2</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
       <version>1.5</version>
@@ -202,12 +192,6 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>commons-pool</groupId>
-      <artifactId>commons-pool</artifactId>
-      <version>1.3</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.santuario</groupId>
       <artifactId>xmlsec</artifactId>
       <version>1.5.2</version>
@@ -251,12 +235,6 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>10.4.2.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.7</version>
@@ -268,12 +246,6 @@
       <version>0.8</version>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>org.apache.ddlutils</groupId>
-      <artifactId>ddlutils</artifactId>
-      <version>1.0</version>
-      <optional>true</optional>
-    </dependency>
 
 
 
@@ -361,7 +333,7 @@
             </plugin>
            
                 
-            <!-- Include the context.xml from wookie-jpa -->
+            <!-- Include the context.xml from wookie-jpa 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
@@ -377,7 +349,7 @@
                   </overlays>
                 </configuration>
             </plugin>
-
+			-->
             
         </plugins>
     </build>