You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2012/05/04 17:47:56 UTC

svn commit: r1334044 - in /karaf/trunk: main/pom.xml region/core/pom.xml system/command/pom.xml

Author: cschneider
Date: Fri May  4 15:47:55 2012
New Revision: 1334044

URL: http://svn.apache.org/viewvc?rev=1334044&view=rev
Log:
KARAF-1427 correcting scope of the osgi spec bundle

Modified:
    karaf/trunk/main/pom.xml
    karaf/trunk/region/core/pom.xml
    karaf/trunk/system/command/pom.xml

Modified: karaf/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/main/pom.xml?rev=1334044&r1=1334043&r2=1334044&view=diff
==============================================================================
--- karaf/trunk/main/pom.xml (original)
+++ karaf/trunk/main/pom.xml Fri May  4 15:47:55 2012
@@ -42,6 +42,7 @@
         <dependency>
             <groupId>org.apache.karaf</groupId>
             <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
         </dependency>    
 
         <dependency>

Modified: karaf/trunk/region/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/region/core/pom.xml?rev=1334044&r1=1334043&r2=1334044&view=diff
==============================================================================
--- karaf/trunk/region/core/pom.xml (original)
+++ karaf/trunk/region/core/pom.xml Fri May  4 15:47:55 2012
@@ -63,6 +63,7 @@
         <dependency>
             <groupId>org.apache.karaf</groupId>
             <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
 

Modified: karaf/trunk/system/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/system/command/pom.xml?rev=1334044&r1=1334043&r2=1334044&view=diff
==============================================================================
--- karaf/trunk/system/command/pom.xml (original)
+++ karaf/trunk/system/command/pom.xml Fri May  4 15:47:55 2012
@@ -51,6 +51,7 @@
         <dependency>
             <groupId>org.apache.karaf</groupId>
             <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
         </dependency>
     </dependencies>