You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2006/09/25 13:01:07 UTC

svn commit: r449645 - /geronimo/server/trunk/modules/geronimo-clustering-wadi/pom.xml

Author: gdamour
Date: Mon Sep 25 04:01:07 2006
New Revision: 449645

URL: http://svn.apache.org/viewvc?view=rev&rev=449645
Log:
I think this dependency was wrongly commented out.

Modified:
    geronimo/server/trunk/modules/geronimo-clustering-wadi/pom.xml

Modified: geronimo/server/trunk/modules/geronimo-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-clustering-wadi/pom.xml?view=diff&rev=449645&r1=449644&r2=449645
==============================================================================
--- geronimo/server/trunk/modules/geronimo-clustering-wadi/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-clustering-wadi/pom.xml Mon Sep 25 04:01:07 2006
@@ -67,11 +67,11 @@
             <version>${pom.version}</version>
         </dependency>
 
-        <!--<dependency>-->
-            <!--<groupId>${pom.groupId}</groupId>-->
-            <!--<artifactId>geronimo-jetty</artifactId>-->
-            <!--<version>${pom.version}</version>-->
-        <!--</dependency>-->
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>geronimo-jetty</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
         
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>