You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2011/02/25 21:04:16 UTC

svn commit: r1074682 - in /db/jdo/trunk/api: pom.xml project.xml

Author: mbo
Date: Fri Feb 25 20:04:16 2011
New Revision: 1074682

URL: http://svn.apache.org/viewvc?rev=1074682&view=rev
Log:
JDO-673: With the removal of the interfaces JDOEntityManager and JDOEntityManagerFactory there is no need for a JPA API dependency anymore

Modified:
    db/jdo/trunk/api/pom.xml
    db/jdo/trunk/api/project.xml

Modified: db/jdo/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/pom.xml?rev=1074682&r1=1074681&r2=1074682&view=diff
==============================================================================
--- db/jdo/trunk/api/pom.xml (original)
+++ db/jdo/trunk/api/pom.xml Fri Feb 25 20:04:16 2011
@@ -143,12 +143,6 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jpa_2.0_spec</artifactId>
-      <scope>provided</scope>
-      <optional>true</optional>
-    </dependency>
   </dependencies>
   <reporting>
     <plugins>

Modified: db/jdo/trunk/api/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/project.xml?rev=1074682&r1=1074681&r2=1074682&view=diff
==============================================================================
--- db/jdo/trunk/api/project.xml (original)
+++ db/jdo/trunk/api/project.xml Fri Feb 25 20:04:16 2011
@@ -57,14 +57,6 @@ Request 243 under the auspices of the Ja
                 <scope>test</scope>
             </properties>
         </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.0_spec</artifactId>
-            <version>1.0</version>
-            <properties>
-                <optional>true</optional>
-            </properties>
-        </dependency>
     </dependencies>
     <!-- =================== -->
     <!-- Build Specification -->