You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/08/14 16:04:39 UTC

svn commit: r1695919 - /felix/trunk/http/samples/cometd/pom.xml

Author: cziegeler
Date: Fri Aug 14 14:04:38 2015
New Revision: 1695919

URL: http://svn.apache.org/r1695919
Log:
Update to new parent pom

Modified:
    felix/trunk/http/samples/cometd/pom.xml

Modified: felix/trunk/http/samples/cometd/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/samples/cometd/pom.xml?rev=1695919&r1=1695918&r2=1695919&view=diff
==============================================================================
--- felix/trunk/http/samples/cometd/pom.xml (original)
+++ felix/trunk/http/samples/cometd/pom.xml Fri Aug 14 14:04:38 2015
@@ -79,24 +79,19 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <version>4.2.0</version>
-            <scope>provided</scope>
+            <artifactId>osgi.core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-            <version>4.2.0</version>
-            <scope>provided</scope>
+            <artifactId>osgi.cmpn</artifactId>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.cometd</artifactId>
-            <version>[2.4.0-SNAPSHOT,2.5)</version>
+            <version>2.4.0-SNAPSHOT</version>
         </dependency>
     </dependencies>