Update to new parent pom
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1695919 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/samples/cometd/pom.xml b/http/samples/cometd/pom.xml
index f5f07aa..c6ea2e0 100644
--- a/http/samples/cometd/pom.xml
+++ b/http/samples/cometd/pom.xml
@@ -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>