[ARIES-1649] Updated version of maven bundle plugin, added dependency to EclipseLink JPA bundle using Require-Capability and changed version of EclipseLink JPA to previous one
git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1777459 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/d992a021 Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/d992a021 Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/d992a021 Branch: refs/heads/master Commit: d992a0214227fd3a3672ac29ff9c6ee8e1c877e3 Parents: ef62c04 Author: ggerla <ggerla@13f79535-47bb-0310-9956-ffa450edef68> Authored: Thu Jan 5 12:13:12 2017 +0000 Committer: ggerla <ggerla@13f79535-47bb-0310-9956-ffa450edef68> Committed: Thu Jan 5 12:13:12 2017 +0000 ---------------------------------------------------------------------- jpa-container-eclipselink-adapter/osgi.bnd | 1 + jpa-container-eclipselink-adapter/pom.xml | 2 +- jpa-parent/pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/d992a021/jpa-container-eclipselink-adapter/osgi.bnd ---------------------------------------------------------------------- diff --git a/jpa-container-eclipselink-adapter/osgi.bnd b/jpa-container-eclipselink-adapter/osgi.bnd index 0e8f0ec..8908dbd 100644 --- a/jpa-container-eclipselink-adapter/osgi.bnd +++ b/jpa-container-eclipselink-adapter/osgi.bnd @@ -1,3 +1,4 @@ Export-Package: !* Bundle-Activator: org.apache.aries.jpa.eclipselink.adapter.Activator +Require-Capability: osgi.identity; effective:=active; filter:="(osgi.identity=org.eclipse.persistence.jpa)" Provide-Capability: osgi.service; effective:=active; objectClass=javax.persistence.spi.PersistenceProvider \ No newline at end of file http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/d992a021/jpa-container-eclipselink-adapter/pom.xml ---------------------------------------------------------------------- diff --git a/jpa-container-eclipselink-adapter/pom.xml b/jpa-container-eclipselink-adapter/pom.xml index 75b29fd..32ec492 100644 --- a/jpa-container-eclipselink-adapter/pom.xml +++ b/jpa-container-eclipselink-adapter/pom.xml @@ -56,7 +56,7 @@ <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.jpa</artifactId> - <version>2.6.4</version> + <version>2.4.2</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/d992a021/jpa-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml index 9e54ae1..3b8f216 100644 --- a/jpa-parent/pom.xml +++ b/jpa-parent/pom.xml @@ -183,7 +183,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>3.0.1</version> + <version>3.2.0</version> <extensions>true</extensions> <configuration> <obrRepository>NONE</obrRepository>
