You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/01/21 14:37:00 UTC

svn commit: r1725945 - in /aries/trunk/jpa: jpa-blueprint/pom.xml jpa-repository/pom.xml jpa-support/pom.xml

Author: cschneider
Date: Thu Jan 21 13:37:00 2016
New Revision: 1725945

URL: http://svn.apache.org/viewvc?rev=1725945&view=rev
Log:
[ARIES-1489] Use provided scope for OSGi specs

Modified:
    aries/trunk/jpa/jpa-blueprint/pom.xml
    aries/trunk/jpa/jpa-repository/pom.xml
    aries/trunk/jpa/jpa-support/pom.xml

Modified: aries/trunk/jpa/jpa-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-blueprint/pom.xml?rev=1725945&r1=1725944&r2=1725945&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-blueprint/pom.xml (original)
+++ aries/trunk/jpa/jpa-blueprint/pom.xml Thu Jan 21 13:37:00 2016
@@ -48,6 +48,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>

Modified: aries/trunk/jpa/jpa-repository/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-repository/pom.xml?rev=1725945&r1=1725944&r2=1725945&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-repository/pom.xml (original)
+++ aries/trunk/jpa/jpa-repository/pom.xml Thu Jan 21 13:37:00 2016
@@ -83,6 +83,11 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.jpa</groupId>
+			<artifactId>org.apache.aries.jpa.blueprint</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.aries.jpa</groupId>
 			<artifactId>org.apache.aries.jpa.eclipselink.adapter</artifactId>
 			<version>${project.version}</version>
 		</dependency>

Modified: aries/trunk/jpa/jpa-support/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-support/pom.xml?rev=1725945&r1=1725944&r2=1725945&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-support/pom.xml (original)
+++ aries/trunk/jpa/jpa-support/pom.xml Thu Jan 21 13:37:00 2016
@@ -52,10 +52,12 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
+            <scope>provided</scope>
         </dependency>
     </dependencies>