summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-02-10 14:20:57 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-02-10 14:20:57 +0000
commit2c057852e11be7f06fee3ea24768d9cfefdb695b (patch)
treed3d3f367784702b9fc0c7c0dafc7bfa894f234ee /sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
parent81db250c8905290b5342d50d72a4f4c28d907200 (diff)
Add a dependency on the hazelcast client so we can switch the SCAClient test to the hazelcast client if we want to.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908514 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml')
-rw-r--r--sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
index c97e60b770..e753d3e0e8 100644
--- a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
+++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
@@ -38,7 +38,12 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-hazelcast</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-endpoint-hazelcast-client</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>