Author: veithen
Date: Wed Nov 14 20:57:06 2012
New Revision: 1409389
URL: http://svn.apache.org/viewvc?rev=1409389&view=rev
Log:
Don't manage the version of the Jaxen dependency and just use the one preferred
by Axiom. That fixes an issue caused by a pollution with transitive
dependencies from Jaxen.
Modified:
axis/axis2/java/core/trunk/modules/parent/pom.xml
Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1409389&r1=1409388&r2=1409389&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Wed Nov 14 20:57:06 2012
@@ -96,7 +96,6 @@
<jalopy.version>1.5rc3</jalopy.version>
<jaxb.api.version>2.2.4</jaxb.api.version>
<jaxbri.version>2.2.4</jaxbri.version>
- <jaxen.version>1.1.1</jaxen.version>
<jettison.version>1.3</jettison.version>
<jibx.version>1.2</jibx.version>
<junit.version-jdk1.4>3.8.2</junit.version-jdk1.4>
@@ -722,11 +721,6 @@
</dependency>
<dependency>
- <groupId>jaxen</groupId>
- <artifactId>jaxen</artifactId>
- <version>${jaxen.version}</version>
- </dependency>
- <dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>${commons.httpclient.version}</version>