diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-05-21 07:55:31 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-05-21 07:55:31 +0000 |
commit | a5ab72771fca18b761f0aa706384f87ab56abcf3 (patch) | |
tree | 04207f6640bde2cf4efa33fe93671c1367ae3e37 /sca-java-2.x/trunk/modules | |
parent | ffd9714a8998701f815cb915a83febe5d399d62c (diff) |
TUSCANY-4045: Apply update from Andrew Potter to fix Module binding-ws-runtime-axis2 build failure with IBM JDK
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1340914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml index 19274970ed..4b1bdb69ff 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml @@ -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> |