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/11 11:45:51 UTC

svn commit: r1044629 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml

Author: antelder
Date: Sat Dec 11 10:45:50 2010
New Revision: 1044629

URL: http://svn.apache.org/viewvc?rev=1044629&view=rev
Log:
Add woodstox as test dependency to fix tests

Modified:
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml?rev=1044629&r1=1044628&r2=1044629&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml Sat Dec 11 10:45:50 2010
@@ -51,6 +51,13 @@
         </dependency>
 
         <dependency>
+           <groupId>org.codehaus.woodstox</groupId>
+           <artifactId>wstx-asl</artifactId>
+           <version>3.2.9</version>
+ 	     <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.mortbay.jetty</groupId>
             <artifactId>jetty</artifactId>
             <version>6.1.19</version>