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 2008/12/05 22:23:36 UTC

svn commit: r723873 - /openjpa/trunk/openjpa-integration/tck/pom.xml

Author: mikedd
Date: Fri Dec  5 13:23:36 2008
New Revision: 723873

URL: http://svn.apache.org/viewvc?rev=723873&view=rev
Log:
OPENJPA-818 changing tck profile to use geronimo api

Modified:
    openjpa/trunk/openjpa-integration/tck/pom.xml

Modified: openjpa/trunk/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/pom.xml?rev=723873&r1=723872&r2=723873&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Fri Dec  5 13:23:36 2008
@@ -100,7 +100,6 @@
                             <!-- use official JPA API instead of GM's -->
                             <fileset dir="${tck.dir}/lib">
                                 <include name="**/*.jar" />
-                                <exclude name="**/geronimo-jpa*" />
                             </fileset>
                             <pathelement path="${java.class.path}" />
                             <pathelement path="${db.jar}" />
@@ -278,11 +277,11 @@
     </repositories>
 
     <dependencies>
-        <!-- use the authoritative javax.persistence API for testing -->
+        <!--  Use early access version of JPA spec from Geronimo -->
         <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
-            <version>1.0b</version>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_2.0_spec</artifactId>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.openjpa</groupId>