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 mc...@apache.org on 2007/09/13 18:14:43 UTC

svn commit: r575355 - /db/jdo/trunk/tck2/project.xml

Author: mcaisse
Date: Thu Sep 13 09:14:43 2007
New Revision: 575355

URL: http://svn.apache.org/viewvc?rev=575355&view=rev
Log:
Add dependency on JPA jar

Modified:
    db/jdo/trunk/tck2/project.xml

Modified: db/jdo/trunk/tck2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/project.xml?rev=575355&r1=575354&r2=575355&view=diff
==============================================================================
--- db/jdo/trunk/tck2/project.xml (original)
+++ db/jdo/trunk/tck2/project.xml Thu Sep 13 09:14:43 2007
@@ -154,6 +154,11 @@
             <artifactId>commons-collections</artifactId>
             <version>3.2</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <version>1.0</version>
+        </dependency>
     </dependencies>
     <!-- =================== -->
     <!-- Build Specification -->