You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2014/05/07 21:15:41 UTC

svn commit: r1593119 - in /felix/trunk/ipojo/runtime: composite/pom.xml ipojo-gogo-commands/pom.xml

Author: clement
Date: Wed May  7 19:15:41 2014
New Revision: 1593119

URL: http://svn.apache.org/r1593119
Log:
Fix FELIX-4482.

Modified:
    felix/trunk/ipojo/runtime/composite/pom.xml
    felix/trunk/ipojo/runtime/ipojo-gogo-commands/pom.xml

Modified: felix/trunk/ipojo/runtime/composite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite/pom.xml?rev=1593119&r1=1593118&r2=1593119&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/composite/pom.xml (original)
+++ felix/trunk/ipojo/runtime/composite/pom.xml Wed May  7 19:15:41 2014
@@ -45,6 +45,7 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <version>4.3.1</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>

Modified: felix/trunk/ipojo/runtime/ipojo-gogo-commands/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/ipojo-gogo-commands/pom.xml?rev=1593119&r1=1593118&r2=1593119&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/ipojo-gogo-commands/pom.xml (original)
+++ felix/trunk/ipojo/runtime/ipojo-gogo-commands/pom.xml Wed May  7 19:15:41 2014
@@ -51,16 +51,19 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <version>4.2.0</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
             <version>4.0.0</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
             <version>0.6.1</version>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
     <build>