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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org