summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes/two-nodes-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/nodes/two-nodes-test/pom.xml')
-rw-r--r--java/sca/itest/nodes/two-nodes-test/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/java/sca/itest/nodes/two-nodes-test/pom.xml b/java/sca/itest/nodes/two-nodes-test/pom.xml
index 66320cbb7d..c03aac5bc7 100644
--- a/java/sca/itest/nodes/two-nodes-test/pom.xml
+++ b/java/sca/itest/nodes/two-nodes-test/pom.xml
@@ -48,6 +48,11 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-axis2</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>