[jpa] Ensure that the right API version is included from the OSGi spec git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1786903 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/0eacce88 Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/0eacce88 Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/0eacce88 Branch: refs/heads/master Commit: 0eacce88303de68d4e5dd3d357ed81a43b0858a3 Parents: 9df1915 Author: timothyjward <timothyjward@13f79535-47bb-0310-9956-ffa450edef68> Authored: Tue Mar 14 13:48:48 2017 +0000 Committer: timothyjward <timothyjward@13f79535-47bb-0310-9956-ffa450edef68> Committed: Tue Mar 14 13:48:48 2017 +0000 ---------------------------------------------------------------------- jpa-container/osgi.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/0eacce88/jpa-container/osgi.bnd ---------------------------------------------------------------------- diff --git a/jpa-container/osgi.bnd b/jpa-container/osgi.bnd index bb4fd81..1616da2 100644 --- a/jpa-container/osgi.bnd +++ b/jpa-container/osgi.bnd @@ -1,5 +1,5 @@ Export-Package: \ - org.osgi.service.jpa;provide:=true + org.osgi.service.jpa;provide:=true;-split-package:=merge-first Import-Package: \ javax.persistence;version="[1.1,3)", \ javax.persistence.spi;version="[1.1,3)", \
