Author: veithen
Date: Sun Jun 2 14:56:49 2013
New Revision: 1488724
URL: http://svn.apache.org/r1488724
Log:
Removed unnecessary exclusion: Axiom also uses woodstox-core-asl, and not wstx-asl anymore.
Modified:
webservices/neethi/trunk/pom.xml
Modified: webservices/neethi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/neethi/trunk/pom.xml?rev=1488724&r1=1488723&r2=1488724&view=diff
==============================================================================
--- webservices/neethi/trunk/pom.xml (original)
+++ webservices/neethi/trunk/pom.xml Sun Jun 2 14:56:49 2013
@@ -268,24 +268,12 @@
<artifactId>axiom-impl</artifactId>
<version>${axiom.version}</version>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-dom</artifactId>
<version>${axiom.version}</version>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
|