summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes/two-nodes-two-vms-test/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 19:59:26 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 19:59:26 +0000
commit145e23f46ab4ef566a287fa9936198be8b1a5925 (patch)
tree6e2587e631e5252bd988f0ce799588d58a26e87e /java/sca/itest/nodes/two-nodes-two-vms-test/pom.xml
parentacecdd3410f35e6c3d4a4c386770ba233eb604bc (diff)
Extend test that starts nodes in separate vms. Won't actually work until distributed endpoint registry can be made to work in all environments.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/nodes/two-nodes-two-vms-test/pom.xml')
-rw-r--r--java/sca/itest/nodes/two-nodes-two-vms-test/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/java/sca/itest/nodes/two-nodes-two-vms-test/pom.xml b/java/sca/itest/nodes/two-nodes-two-vms-test/pom.xml
index 3adb740c97..e65aac9666 100644
--- a/java/sca/itest/nodes/two-nodes-two-vms-test/pom.xml
+++ b/java/sca/itest/nodes/two-nodes-two-vms-test/pom.xml
@@ -58,7 +58,12 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-sca-axis2-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>