[ARIES-1469] Remove embedding of spec packages

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1718349 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd b/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
index b050d48..25970e2 100644
--- a/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
+++ b/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
@@ -39,8 +39,8 @@
 lib/org.eclipse.persistence.antlr-2.6.0.jar;version=file, \
 lib/org.eclipse.persistence.jpa.jpql-2.6.0.jar;version=file, \
 lib/org.eclipse.persistence.asm-2.6.0.jar;version=file, \
-lib/org.apache.aries.jpa.eclipselink.adapter-2.2.0-SNAPSHOT.jar;version=file, \
-lib/org.apache.aries.jpa.container-2.2.0-SNAPSHOT.jar;version=file, \
+lib/org.apache.aries.jpa.eclipselink.adapter-2.3.0-SNAPSHOT.jar;version=file, \
+lib/org.apache.aries.jpa.container-2.3.0-SNAPSHOT.jar;version=file, \
 lib/org.osgi.test.cases.jpa-5.0.0.jar;version=file 
 
 -runproperties = \
diff --git a/itests/jpa-tck-itest/pom.xml b/itests/jpa-tck-itest/pom.xml
index 403d25d..e75ca00 100644
--- a/itests/jpa-tck-itest/pom.xml
+++ b/itests/jpa-tck-itest/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/jpa-container/osgi.bnd b/jpa-container/osgi.bnd
index 35a9284..4cb36a8 100644
--- a/jpa-container/osgi.bnd
+++ b/jpa-container/osgi.bnd
@@ -1,6 +1,3 @@
-Export-Package: \
-    org.osgi.service.jdbc, \
-    org.osgi.service.jpa
 Import-Package: \
     javax.persistence;version="[1.1,3)", \
     javax.persistence.spi;version="[1.1,3)", \
diff --git a/jpa-features/src/main/feature/feature.xml b/jpa-features/src/main/feature/feature.xml
index c16c3d5..ecdeb0c 100644
--- a/jpa-features/src/main/feature/feature.xml
+++ b/jpa-features/src/main/feature/feature.xml
@@ -31,8 +31,8 @@
         <details>JPA implementation provided by Apache Aries JPA 2.x. NB: this feature doesn't provide the JPA engine, you have to install one by yourself (OpenJPA for instance)</details>
         <feature version="[2.0.0,2.2.0)">persistence-api</feature>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
-        
-        <bundle start-level="30">mvn:org.apache.felix/org.apache.felix.coordinator/1.0.0</bundle>
+        <bundle dependency="true">mvn:org.osgi/org.osgi.service.jdbc/1.0.0</bundle>
+        <bundle dependency="true" start-level="30">mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2</bundle>
         <bundle start-level="30">mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/${project.version}</bundle>
         <bundle start-level="30">mvn:org.apache.aries.jpa/org.apache.aries.jpa.container/${project.version}</bundle>
         <bundle start-level="30">mvn:org.apache.aries.jpa/org.apache.aries.jpa.support/${project.version}</bundle>