diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 13:39:04 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 13:39:04 +0000 |
commit | e8dbd0ae3b0888f7b292cc2b74ae0aca40a0053e (patch) | |
tree | 2fbdf51275dcb9d1ca682a6111c30a47860bdf23 | |
parent | 376051b093b9d5d2660eb843a39ad66142b6474b (diff) |
Add woodstox to get tests to pass
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044653 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/ws/authentication-basic/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/ws/authentication-basic/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/authentication-basic/pom.xml index ea79c1a91f..92ff953edd 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/authentication-basic/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/authentication-basic/pom.xml @@ -49,6 +49,11 @@ <version>6.1.19</version> </dependency> + <dependency> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>wstx-asl</artifactId> + <version>3.2.9</version> + </dependency> </dependencies> <build> |