diff options
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/ws')
-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> |