You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2009/09/18 08:41:56 UTC

svn commit: r816486 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Fri Sep 18 06:41:56 2009
New Revision: 816486

URL: http://svn.apache.org/viewvc?rev=816486&view=rev
Log:
SLING-1114 : USe new official OSGi R4.1 artifacts

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=816486&r1=816485&r2=816486&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Fri Sep 18 06:41:56 2009
@@ -559,26 +559,16 @@
         <!-- OSGi Core and Compendium API -->
         <dependencies>
             <dependency>
-                <groupId>org.apache.felix</groupId>
+                <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.core</artifactId>
-                <version>1.2.0</version>
+                <version>4.1.0</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
-                <groupId>org.apache.felix</groupId>
+                <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.compendium</artifactId>
-                <version>1.2.0</version>
+                <version>4.1.0</version>
                 <scope>provided</scope>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.apache.felix</groupId>
-                        <artifactId>javax.servlet</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.felix</groupId>
-                        <artifactId>org.osgi.foundation</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
 
             <!-- Web Application API -->