diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index a457abb6a07f978a4610ca218512037b4236b1a5..15709c0a9459d4f8af24ffaaf4568e68bc64b40e 100644
--- a/http/sslfilter/pom.xml
+++ b/http/sslfilter/pom.xml
@@ -72,9 +72,9 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.0.0-SNAPSHOT</version>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.servlet</artifactId>
+            <version>2.0.0-RC1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>