Update integration test project to latest implementation

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1660920 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 980d82f..089f7a0 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -42,6 +42,7 @@
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.core</artifactId>
+			<version>6.0.0</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
@@ -52,17 +53,17 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>org.apache.felix.http.api</artifactId>
-			<version>[2.0,3.0)</version>
+			<version>3.0.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>org.apache.felix.http.servlet-api</artifactId>
-			<version>[1.0,1.2)</version>
+			<version>1.1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>org.apache.felix.http.jetty</artifactId>
-			<version>[3.0.0-SNAPSHOT,3.1)</version>
+			<version>3.0.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
@@ -133,7 +134,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.framework</artifactId>
-			<version>4.2.1</version>
+			<version>4.6.0</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>