Need explicit dependency on jetty-util for reactor build

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@642895 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http.jetty/pom.xml b/http.jetty/pom.xml
index ad5e7f4..8991435 100644
--- a/http.jetty/pom.xml
+++ b/http.jetty/pom.xml
@@ -56,6 +56,11 @@
             <artifactId>jetty</artifactId>
             <version>6.1.7</version>
         </dependency>
+        <dependency>
+            <groupId>org.mortbay.jetty</groupId>
+            <artifactId>jetty-util</artifactId>
+            <version>6.1.7</version>
+        </dependency>
     </dependencies>
     <build>
         <plugins>