You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/11/04 03:24:09 UTC

svn commit: r330688 - /geronimo/trunk/modules/jetty/project.xml

Author: djencks
Date: Thu Nov  3 18:24:08 2005
New Revision: 330688

URL: http://svn.apache.org/viewcvs?rev=330688&view=rev
Log:
Add back dependency accidently removed in previous commmits

Modified:
    geronimo/trunk/modules/jetty/project.xml

Modified: geronimo/trunk/modules/jetty/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/jetty/project.xml?rev=330688&r1=330687&r2=330688&view=diff
==============================================================================
--- geronimo/trunk/modules/jetty/project.xml (original)
+++ geronimo/trunk/modules/jetty/project.xml Thu Nov  3 18:24:08 2005
@@ -139,6 +139,12 @@
         </dependency>
 
         <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-j2ee-management</artifactId>
+            <version>${geronimo_spec_j2ee_management_version}</version>
+        </dependency>
+
+        <dependency>
             <groupId>jetty</groupId>
             <artifactId>org.mortbay.jetty</artifactId>
             <version>${jetty_version}</version>