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 2008/10/27 20:08:14 UTC

svn commit: r708277 - /geronimo/server/branches/2.1/plugins/axis2/axis2/pom.xml

Author: jbohn
Date: Mon Oct 27 12:08:04 2008
New Revision: 708277

URL: http://svn.apache.org/viewvc?rev=708277&view=rev
Log:
GERONIMO-4380 remove unnecessary jaxen dependency in axis2 to fix grails application deployment issue

Modified:
    geronimo/server/branches/2.1/plugins/axis2/axis2/pom.xml

Modified: geronimo/server/branches/2.1/plugins/axis2/axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/axis2/axis2/pom.xml?rev=708277&r1=708276&r2=708277&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/axis2/axis2/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/axis2/axis2/pom.xml Mon Oct 27 12:08:04 2008
@@ -158,11 +158,6 @@
         </dependency>
 
         <dependency>
-            <groupId>jaxen</groupId>
-            <artifactId>jaxen</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>annogen</groupId>
             <artifactId>annogen</artifactId>
         </dependency>