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 2012/05/22 11:21:10 UTC

svn commit: r1341368 - /tuscany/sca-java-2.x/trunk/testing/itest/pom.xml

Author: antelder
Date: Tue May 22 09:21:10 2012
New Revision: 1341368

URL: http://svn.apache.org/viewvc?rev=1341368&view=rev
Log:
TUSCANY-4053: Apply update from Andrew Potter to fix itests building with the IBM JDK

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/itest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/pom.xml?rev=1341368&r1=1341367&r2=1341368&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/pom.xml Tue May 22 09:21:10 2012
@@ -35,6 +35,12 @@
             <version>4.8.1</version>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+           <groupId>org.codehaus.woodstox</groupId>
+           <artifactId>wstx-asl</artifactId>
+           <version>3.2.9</version>
+           <scope>test</scope>
+       </dependency>
     </dependencies>
 
   <modules>