You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2015/09/22 10:26:20 UTC

svn commit: r1704476 - in /aries/trunk/jpa/itests/jpa-tck-itest: org.osgi.test.cases.jpa.bnd pom.xml

Author: cschneider
Date: Tue Sep 22 08:26:16 2015
New Revision: 1704476

URL: http://svn.apache.org/viewvc?rev=1704476&view=rev
Log:
Adapt tck itests to new paxjdbc and org.osgi.service.jdbc

Modified:
    aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
    aries/trunk/jpa/itests/jpa-tck-itest/pom.xml

Modified: aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd?rev=1704476&r1=1704475&r2=1704476&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd (original)
+++ aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd Tue Sep 22 08:26:16 2015
@@ -27,8 +27,8 @@
 lib/pax-logging-api-1.7.3.jar;version=file, \
 lib/pax-logging-service-1.7.3.jar;version=file, \
 lib/derbyclient-10.11.1.1.jar;version=file, \
-lib/pax-jdbc-spec-0.6.0.jar;version=file, \
-lib/pax-jdbc-derbyclient-0.6.0.jar;version=file, \
+lib/org.osgi.service.jdbc-1.0.0.jar;version=file, \
+lib/pax-jdbc-derbyclient-0.7.0.jar;version=file, \
 lib/javax.persistence-2.1.0.jar;version=file, \
 lib/geronimo-jta_1.1_spec-1.1.1.jar;version=file, \
 lib/geronimo-servlet_2.5_spec-1.2.jar;version=file, \

Modified: aries/trunk/jpa/itests/jpa-tck-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-tck-itest/pom.xml?rev=1704476&r1=1704475&r2=1704476&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-tck-itest/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-tck-itest/pom.xml Tue Sep 22 08:26:16 2015
@@ -80,9 +80,8 @@
             <scope>test</scope>
         </dependency>
 	<dependency>
-            <groupId>org.ops4j.pax.jdbc</groupId>
-            <artifactId>pax-jdbc-spec</artifactId>
-            <version>${paxjdbc.version}</version>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.jdbc</artifactId>
         </dependency>
 	<dependency>
             <groupId>org.ops4j.pax.jdbc</groupId>