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-19 15:54:54 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-19 15:54:54 +0000
commitc1feaec0db0ef74488bda2d64513e1b7b2e8ab34 (patch)
treef94952adaaff9cadb223e37336708397e26d6aef /java/sca/itest/nodes/two-nodes-test/pom.xml
parent00c1157e3e8b3202c91b32feb13cd4ba92b5811a (diff)
TUSCANY-3092 - bring up remote version of binding.sca and include it in the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/nodes/two-nodes-test/pom.xml')
-rw-r--r--java/sca/itest/nodes/two-nodes-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/sca/itest/nodes/two-nodes-test/pom.xml b/java/sca/itest/nodes/two-nodes-test/pom.xml
index 8d92ab5b05..c1f75ead33 100644
--- a/java/sca/itest/nodes/two-nodes-test/pom.xml
+++ b/java/sca/itest/nodes/two-nodes-test/pom.xml
@@ -49,5 +49,10 @@
<artifactId>tuscany-implementation-java-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-sca-axis2-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>