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/21 09:55:31 UTC

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

Author: antelder
Date: Mon May 21 07:55:31 2012
New Revision: 1340914

URL: http://svn.apache.org/viewvc?rev=1340914&view=rev
Log:
TUSCANY-4045: Apply update from Andrew Potter to fix Module binding-ws-runtime-axis2 build failure with IBM JDK

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=1340914&r1=1340913&r2=1340914&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 Mon May 21 07:55:31 2012
@@ -418,6 +418,13 @@
             <version>2.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>     
+
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>3.2.9</version>
+            <scope>test</scope>
+        </dependency> 
    
     </dependencies>