You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2010/01/14 18:33:57 UTC

svn commit: r899317 - /openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml

Author: mikedd
Date: Thu Jan 14 17:33:57 2010
New Revision: 899317

URL: http://svn.apache.org/viewvc?rev=899317&view=rev
Log:
OPENJPA-1457:
Remove java.net repository from tck pom.xml

Modified:
    openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml

Modified: openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml?rev=899317&r1=899316&r2=899317&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml Thu Jan 14 17:33:57 2010
@@ -253,22 +253,13 @@
     </profile>
     </profiles>
 
-    <repositories>
-        <repository>
-            <id>java.net</id>
-            <name>Java.net Maven Repository</name>
-            <url>https://maven-repository.dev.java.net/nonav/repository</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-
     <dependencies>
         <!-- use the authoritative javax.persistence API for testing -->
         <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
-            <version>1.0b</version>
-        </dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <version>1.1.1</version>
+        </dependency> 
         <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-kernel</artifactId>