You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ve...@apache.org on 2009/09/18 20:45:59 UTC

svn commit: r816740 - /webservices/axis2/trunk/java/modules/jaxws/pom.xml

Author: veithen
Date: Fri Sep 18 18:45:58 2009
New Revision: 816740

URL: http://svn.apache.org/viewvc?rev=816740&view=rev
Log:
Removed the direct dependency on jaxen. axis2-jaxws doesn't use Jaxen and the dependency introduces several unwanted transitive dependencies (such as dom4j, jdom and XOM). This also makes sure that xercesImpl is no longer included in the distribution: it should not be necessary to ship Xerces because Axis2 now requires Java 1.5.

Modified:
    webservices/axis2/trunk/java/modules/jaxws/pom.xml

Modified: webservices/axis2/trunk/java/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/pom.xml?rev=816740&r1=816739&r2=816740&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws/pom.xml Fri Sep 18 18:45:58 2009
@@ -56,10 +56,6 @@
             <artifactId>xml-resolver</artifactId>
         </dependency>
         <dependency>
-            <groupId>jaxen</groupId>
-            <artifactId>jaxen</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
             <exclusions>