You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2006/12/06 20:59:22 UTC

svn commit: r483204 - in /geronimo/server/trunk/configs: jetty/pom.xml jetty6/pom.xml

Author: jbohn
Date: Wed Dec  6 11:59:15 2006
New Revision: 483204

URL: http://svn.apache.org/viewvc?view=rev&rev=483204
Log:
GERONIMO-2594 additional change to add xercesImpl dep for configs/jetty and configs/jetty6

Modified:
    geronimo/server/trunk/configs/jetty/pom.xml
    geronimo/server/trunk/configs/jetty6/pom.xml

Modified: geronimo/server/trunk/configs/jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/jetty/pom.xml?view=diff&rev=483204&r1=483203&r2=483204
==============================================================================
--- geronimo/server/trunk/configs/jetty/pom.xml (original)
+++ geronimo/server/trunk/configs/jetty/pom.xml Wed Dec  6 11:59:15 2006
@@ -69,6 +69,11 @@
             <version>${version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+        </dependency>
+
     </dependencies>
     
     <build>

Modified: geronimo/server/trunk/configs/jetty6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/jetty6/pom.xml?view=diff&rev=483204&r1=483203&r2=483204
==============================================================================
--- geronimo/server/trunk/configs/jetty6/pom.xml (original)
+++ geronimo/server/trunk/configs/jetty6/pom.xml Wed Dec  6 11:59:15 2006
@@ -70,6 +70,11 @@
             <type>car</type>
         </dependency>
 
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+        </dependency>
+
     </dependencies>
     
 </project>