summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/tuscany-ws-test-runner/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'otest/newlayout/tuscany-ws-test-runner/pom.xml')
-rw-r--r--otest/newlayout/tuscany-ws-test-runner/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/otest/newlayout/tuscany-ws-test-runner/pom.xml b/otest/newlayout/tuscany-ws-test-runner/pom.xml
index 6dfad36d98..aa69805227 100644
--- a/otest/newlayout/tuscany-ws-test-runner/pom.xml
+++ b/otest/newlayout/tuscany-ws-test-runner/pom.xml
@@ -54,6 +54,13 @@
<artifactId>tuscany-host-jetty</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.9</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -61,11 +68,13 @@
<version>2.5</version>
</dependency>
+<!--
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>2.1.7</version>
</dependency>
+-->
<dependency>
<groupId>junit</groupId>