[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
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)", \