Author: fmeschbe
Date: Sun Mar 30 23:23:20 2008
New Revision: 642895
URL: http://svn.apache.org/viewvc?rev=642895&view=rev
Log:
Need explicit dependency on jetty-util for reactor build
Modified:
felix/trunk/http.jetty/pom.xml
Modified: felix/trunk/http.jetty/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http.jetty/pom.xml?rev=642895&r1=642894&r2=642895&view=diff
==============================================================================
--- felix/trunk/http.jetty/pom.xml (original)
+++ felix/trunk/http.jetty/pom.xml Sun Mar 30 23:23:20 2008
@@ -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>