summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-05-24 13:25:56 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-05-24 13:25:56 +0000
commit440c5b835f1f56b9d35f12775a37b834e774fa89 (patch)
treed0e3d6651b210643fc47e5582f024afa057a6cff /sca-java-2.x/trunk/samples
parentc918a7b508eb6221f931d8d6307b3c839d5ab874 (diff)
TUSCANY-4046: Add woodstox dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1342248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
index 072d43d81a..9aa49ad3ba 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
@@ -80,6 +80,14 @@
<version>${tuscany.version}</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.9</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
@@ -104,6 +112,11 @@
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
<version>${tuscany.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.9</version>
+ </dependency>
</dependencies>
</plugin>
</plugins>