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/11/20 15:49:17 UTC

svn commit: r1411689 - /karaf/trunk/scr/command/pom.xml

Author: cschneider
Date: Tue Nov 20 14:49:16 2012
New Revision: 1411689

URL: http://svn.apache.org/viewvc?rev=1411689&view=rev
Log:
KARAF-1977 Upgrade trunk to osgi 4.3.1 to fix jdk 7 issues

Modified:
    karaf/trunk/scr/command/pom.xml

Modified: karaf/trunk/scr/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/scr/command/pom.xml?rev=1411689&r1=1411688&r2=1411689&view=diff
==============================================================================
--- karaf/trunk/scr/command/pom.xml (original)
+++ karaf/trunk/scr/command/pom.xml Tue Nov 20 14:49:16 2012
@@ -56,7 +56,7 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.karaf.osgi</groupId>
+            <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>