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 2006/10/17 11:49:22 UTC

svn commit: r464878 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Tue Oct 17 02:49:21 2006
New Revision: 464878

URL: http://svn.apache.org/viewvc?view=rev&rev=464878
Log:
Add versions for other jetty jars

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=464878&r1=464877&r2=464878
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Tue Oct 17 02:49:21 2006
@@ -1039,6 +1039,16 @@
             </dependency>
             <dependency>
                 <groupId>org.mortbay.jetty</groupId>
+                <artifactId>jetty-xbean</artifactId>
+                <version>${jetty-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>jetty-util</artifactId>
+                <version>${jetty-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.mortbay.jetty</groupId>
                 <artifactId>jetty-management</artifactId>
                 <version>${jetty-version}</version>
             </dependency>