FELIX-4421 - Upgrade to Jetty 8:

- bumped the embedded Jetty version to latest Jetty 8 version;
- bumped minor versions of all bundles to indicate that this
  version no longer is compatible with Java 5;
- added simple integration test to verify the basic functionality
  provided by the HTTP service.



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1565705 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/parent/pom.xml b/http/parent/pom.xml
index 4aaa7ab..a8b4562 100755
--- a/http/parent/pom.xml
+++ b/http/parent/pom.xml
@@ -39,10 +39,10 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    	<jetty.version>7.6.13.v20130916</jetty.version>
+    	<jetty.version>8.1.14.v20131031</jetty.version>
     	<cometd.version>2.7.0</cometd.version>
     	<http.service.version>1.2.0</http.service.version>
-    	<servlet.version>2.5</servlet.version>
+    	<servlet.version>3.0.1</servlet.version>
 
     	<http.api.version>2.0.4</http.api.version>
     </properties>
@@ -109,7 +109,7 @@
         <dependencies>
             <dependency>
                 <groupId>javax.servlet</groupId>
-                <artifactId>servlet-api</artifactId>
+                <artifactId>javax.servlet-api</artifactId>
                 <version>${servlet.version}</version>
                 <scope>provided</scope>
             </dependency>