diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-05-22 09:21:10 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-05-22 09:21:10 +0000 |
commit | 98c732a3f4df85e9dba671af07b749e5d180b569 (patch) | |
tree | 7771ae1a0efd207cba4ebd5142ba8feb3efa4479 /sca-java-2.x/trunk/testing/itest | |
parent | a5ab72771fca18b761f0aa706384f87ab56abcf3 (diff) |
TUSCANY-4053: Apply update from Andrew Potter to fix itests building with the IBM JDK
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1341368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/pom.xml b/sca-java-2.x/trunk/testing/itest/pom.xml index d584810385..af1d48f30d 100644 --- a/sca-java-2.x/trunk/testing/itest/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/pom.xml @@ -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> |