You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by db...@apache.org on 2010/05/06 12:21:05 UTC

svn commit: r941642 - /felix/trunk/gogo/pom.xml

Author: dbaum
Date: Thu May  6 10:21:05 2010
New Revision: 941642

URL: http://svn.apache.org/viewvc?rev=941642&view=rev
Log:
updated dependency versions and excluded servlet and foundation from compendium.

Modified:
    felix/trunk/gogo/pom.xml

Modified: felix/trunk/gogo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/pom.xml?rev=941642&r1=941641&r2=941642&view=diff
==============================================================================
--- felix/trunk/gogo/pom.xml (original)
+++ felix/trunk/gogo/pom.xml Thu May  6 10:21:05 2010
@@ -45,13 +45,13 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.framework</artifactId>
-                <version>1.8.1</version>
+                <version>2.0.4</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.osgi.core</artifactId>
-                <version>1.2.0</version>
+                <version>1.4.0</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
@@ -59,6 +59,16 @@
                 <artifactId>org.osgi.compendium</artifactId>
                 <version>1.2.0</version>
                 <scope>provided</scope>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.apache.felix</groupId>
+                        <artifactId>org.osgi.foundation</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.felix</groupId>
+                        <artifactId>javax.servlet</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>