Fixed some problems with split packages.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1706291 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/cometd/pom.xml b/http/cometd/pom.xml
index b717fdf..0548f3f 100644
--- a/http/cometd/pom.xml
+++ b/http/cometd/pom.xml
@@ -67,6 +67,7 @@
                             cometd-java-server;inline=true,
                             cometd-java-common;inline=true,
                             jetty-util;inline=true,
+                            jetty-util-ajax;inline=true,
                         </Embed-Dependency>
                         <Import-Package>
                         	javax.imageio;resolution:=optional,
@@ -103,6 +104,11 @@
             <version>${jetty.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-util-ajax</artifactId>
+            <version>${jetty.version}</version>
+        </dependency>
+        <dependency>
         	<groupId>org.cometd.java</groupId>
         	<artifactId>cometd-java-server</artifactId>
         	<version>${cometd.version}</version>
@@ -135,12 +141,12 @@
                     <artifactId>jetty-http</artifactId>
                 </exclusion>
             </exclusions>
-        </dependency>        
+        </dependency>
         <dependency>
         	<groupId>org.cometd.java</groupId>
         	<artifactId>cometd-java-common</artifactId>
         	<version>${cometd.version}</version>
-        </dependency>            
+        </dependency>
         <dependency>
             <groupId>org.cometd.java</groupId>
             <artifactId>bayeux-api</artifactId>