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:46:57 UTC

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

Author: antelder
Date: Sat Dec 11 10:46:57 2010
New Revision: 1044631

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

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

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml?rev=1044631&r1=1044630&r2=1044631&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml Sat Dec 11 10:46:57 2010
@@ -58,6 +58,12 @@
         </dependency>
 
         <dependency>
+           <groupId>org.codehaus.woodstox</groupId>
+           <artifactId>wstx-asl</artifactId>
+           <version>3.2.9</version>
+        </dependency>
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>