SLING-1491 - switching from pax web to felix httpservice

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@934949 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9a1676b..012b6b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,11 +305,6 @@
                         <configuration>
                             <httpPort>${http.port}</httpPort>
                             <controlHost>${test.host}</controlHost>
-                            <jarWebSupport>
-                                <groupId>org.apache.felix</groupId>
-                                <artifactId>org.apache.felix.http.jetty</artifactId>
-                                <version>2.0.4</version>
-                            </jarWebSupport>
                         </configuration>
                     </plugin>
                 </plugins>