You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/12/14 11:32:59 UTC

svn commit: r1049026 - /tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Author: antelder
Date: Tue Dec 14 10:32:59 2010
New Revision: 1049026

URL: http://svn.apache.org/viewvc?rev=1049026&view=rev
Log:
Remove no longer required wstx dependency

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml?rev=1049026&r1=1049025&r2=1049026&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml Tue Dec 14 10:32:59 2010
@@ -182,13 +182,6 @@
             <scope>test</scope>
         </dependency>     
    
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
-            <version>3.2.6</version>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
 </project>