You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/09/09 23:50:13 UTC

svn commit: r693630 - /servicemix/smx4/features/trunk/assembly/pom.xml

Author: gnodet
Date: Tue Sep  9 14:50:12 2008
New Revision: 693630

URL: http://svn.apache.org/viewvc?rev=693630&view=rev
Log:
Add a dependency on jetty-management

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=693630&r1=693629&r2=693630&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Tue Sep  9 14:50:12 2008
@@ -563,6 +563,11 @@
         </dependency>
         <dependency>
             <groupId>org.mortbay.jetty</groupId>
+            <artifactId>jetty-management</artifactId>
+            <version>${jetty.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.mortbay.jetty</groupId>
             <artifactId>jetty-util</artifactId>
             <version>${jetty.version}</version>
         </dependency>