[ARIES-1695] Embed OSGi jpa spec git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1784296 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/0ef1f918 Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/0ef1f918 Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/0ef1f918 Branch: refs/heads/master Commit: 0ef1f91856d452643c678993c16131374a2a8499 Parents: 7fc8799 Author: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Authored: Fri Feb 24 16:40:13 2017 +0000 Committer: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Committed: Fri Feb 24 16:40:13 2017 +0000 ---------------------------------------------------------------------- jpa-container/osgi.bnd | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/0ef1f918/jpa-container/osgi.bnd ---------------------------------------------------------------------- diff --git a/jpa-container/osgi.bnd b/jpa-container/osgi.bnd index 72a9139..8026e5c 100644 --- a/jpa-container/osgi.bnd +++ b/jpa-container/osgi.bnd @@ -1,3 +1,5 @@ +Export-Package: \ + org.osgi.service.jpa Import-Package: \ javax.persistence;version="[1.1,3)", \ javax.persistence.spi;version="[1.1,3)", \
