[ARIES-1698] Define osgi jpa spec version in parent git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1788962 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/e353c4c1 Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/e353c4c1 Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/e353c4c1 Branch: refs/heads/master Commit: e353c4c18274721a113dc5e709f381c152bcf194 Parents: 0eacce8 Author: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Authored: Mon Mar 27 15:42:41 2017 +0000 Committer: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Committed: Mon Mar 27 15:42:41 2017 +0000 ---------------------------------------------------------------------- jpa-container/pom.xml | 3 +-- jpa-parent/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/e353c4c1/jpa-container/pom.xml ---------------------------------------------------------------------- diff --git a/jpa-container/pom.xml b/jpa-container/pom.xml index 85b0e6b..53bb673 100644 --- a/jpa-container/pom.xml +++ b/jpa-container/pom.xml @@ -44,7 +44,6 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.jpa</artifactId> - <version>1.1.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -112,4 +111,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/e353c4c1/jpa-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml index d6feb7c..6524160 100644 --- a/jpa-parent/pom.xml +++ b/jpa-parent/pom.xml @@ -75,6 +75,11 @@ <version>1.0.0</version> </dependency> <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.jpa</artifactId> + <version>1.1.0-SNAPSHOT</version> + </dependency> + <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jpa_2.0_spec</artifactId> <version>1.1</version>
