summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes/two-nodes-test/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-29 11:41:55 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-29 11:41:55 +0000
commit5d7e5e2989812810f377027952fd15861b278e20 (patch)
tree5aeb32b37310b1ba43019212d5cf555f3f6a8e37 /java/sca/itest/nodes/two-nodes-test/pom.xml
parentbd7f93a11ed3da2db0e17f2e5c725b8d9acb3e67 (diff)
Add missing dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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>