Author: veithen Date: Fri Apr 8 21:36:59 2011 New Revision: 1090457 URL: http://svn.apache.org/viewvc?rev=1090457&view=rev Log: Exclude the transitive Woodstox dependency from Neethi. Otherwise we will end up with two versions of Woodstox.
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=1090457&r1=1090456&r2=1090457&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Fri Apr 8 21:36:59 2011 @@ -612,6 +612,12 @@ <groupId>org.apache.neethi</groupId> <artifactId>neethi</artifactId> <version>${neethi.version}</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>woodstox-core-asl</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.ant</groupId>