summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/callback-two-nodes
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/callback-two-nodes')
-rw-r--r--sca-java-2.x/trunk/testing/itest/callback-two-nodes/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/callback-two-nodes/pom.xml b/sca-java-2.x/trunk/testing/itest/callback-two-nodes/pom.xml
index 266eaacd8d..c7db9362d5 100644
--- a/sca-java-2.x/trunk/testing/itest/callback-two-nodes/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/callback-two-nodes/pom.xml
@@ -53,6 +53,7 @@
<artifactId>jetty</artifactId>
<version>6.1.19</version>
</dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
@@ -60,6 +61,19 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.9</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
</dependencies>
<properties>