You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/06/25 22:56:34 UTC

svn commit: r550606 - /geronimo/server/trunk/configs/jetty6/pom.xml

Author: gawor
Date: Mon Jun 25 13:56:33 2007
New Revision: 550606

URL: http://svn.apache.org/viewvc?view=rev&rev=550606
Log:
remove xerces dependency in jetty (openejb still pulls it in)

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

Modified: geronimo/server/trunk/configs/jetty6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/jetty6/pom.xml?view=diff&rev=550606&r1=550605&r2=550606
==============================================================================
--- geronimo/server/trunk/configs/jetty6/pom.xml (original)
+++ geronimo/server/trunk/configs/jetty6/pom.xml Mon Jun 25 13:56:33 2007
@@ -80,11 +80,6 @@
             <artifactId>slf4j-jcl</artifactId>
         </dependency>
         
-        <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-        </dependency>
-
         <!--<dependency>-->
             <!--<groupId>org.apache.geronimo.configs</groupId>-->
             <!--<artifactId>jasper</artifactId>-->