You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/09/05 10:59:31 UTC

svn commit: r992742 - /james/server/trunk/core-function/pom.xml

Author: norman
Date: Sun Sep  5 08:59:31 2010
New Revision: 992742

URL: http://svn.apache.org/viewvc?rev=992742&view=rev
Log:
Fix dependencies for jpa

Modified:
    james/server/trunk/core-function/pom.xml

Modified: james/server/trunk/core-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/pom.xml?rev=992742&r1=992741&r2=992742&view=diff
==============================================================================
--- james/server/trunk/core-function/pom.xml (original)
+++ james/server/trunk/core-function/pom.xml Sun Sep  5 08:59:31 2010
@@ -82,7 +82,10 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
     </dependency>
-    
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jpa_2.0_spec</artifactId>
+    </dependency> 
     <!-- Test dependencies -->
     <dependency>
       <groupId>commons-dbcp</groupId>
@@ -114,10 +117,7 @@
     <dependency>
       <groupId>org.apache.openjpa</groupId>
       <artifactId>openjpa</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.persistence</groupId>
-      <artifactId>persistence-api</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org