FELIX-2974 & FELIX-4211:

- marked only a bare minimum of packages as optional import;
- aligned the import/exports for all bundles [FELIX-2974];
- exported the Jetty packages for easier reuse of existing 
  functionality, such as GZip-filters [FELIX-4211].



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1567618 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/parent/pom.xml b/http/parent/pom.xml
index a8b4562..2b4185f 100755
--- a/http/parent/pom.xml
+++ b/http/parent/pom.xml
@@ -40,7 +40,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     	<jetty.version>8.1.14.v20131031</jetty.version>
-    	<cometd.version>2.7.0</cometd.version>
+    	<cometd.version>2.8.0</cometd.version>
     	<http.service.version>1.2.0</http.service.version>
     	<servlet.version>3.0.1</servlet.version>