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:44:13 UTC

svn commit: r1044627 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml

Author: antelder
Date: Sat Dec 11 10:44:13 2010
New Revision: 1044627

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

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

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml?rev=1044627&r1=1044626&r2=1044627&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml Sat Dec 11 10:44:13 2010
@@ -55,6 +55,12 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+           <groupId>org.codehaus.woodstox</groupId>
+           <artifactId>wstx-asl</artifactId>
+           <version>3.2.9</version>
+        </dependency>
+
     </dependencies>
 
   <build>