You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/01/29 12:53:50 UTC

svn commit: r1727549 - /webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml

Author: veithen
Date: Fri Jan 29 11:53:50 2016
New Revision: 1727549

URL: http://svn.apache.org/viewvc?rev=1727549&view=rev
Log:
Clean up the spring-ws-testsuite dependencies.

Modified:
    webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml

Modified: webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml?rev=1727549&r1=1727548&r2=1727549&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml Fri Jan 29 11:53:50 2016
@@ -82,6 +82,16 @@
             <groupId>org.codehaus.castor</groupId>
             <artifactId>castor-xml</artifactId>
             <version>1.3.3</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.xml.stream</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.ws</groupId>