summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/tuscany-ws-test-runner/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-01 15:34:23 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-01 15:34:23 +0000
commit8e35f1b26f1c183f6082acb803db8315ee9bb0fb (patch)
tree6f492d393dd5b8287f5956e3f9eb3eac532928ee /otest/newlayout/tuscany-ws-test-runner/pom.xml
parent37133c34c8d53f1825c6dee7d45f0ecb02cc5569 (diff)
correct various things to get the compliance tests running in the stand-alone environment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164113 13f79535-47bb-0310-9956-ffa450edef68
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>