You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/02/10 15:20:58 UTC

svn commit: r908514 - /tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml

Author: slaws
Date: Wed Feb 10 14:20:57 2010
New Revision: 908514

URL: http://svn.apache.org/viewvc?rev=908514&view=rev
Log:
Add a dependency on the hazelcast client so we can switch the SCAClient test to the hazelcast client if we want to. 

Modified:
    tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml?rev=908514&r1=908513&r2=908514&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml Wed Feb 10 14:20:57 2010
@@ -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>