You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/10/25 11:11:26 UTC

svn commit: r1026985 - /tuscany/sca-java-2.x/trunk/maven/maven-tuscany-plugin/pom.xml

Author: antelder
Date: Mon Oct 25 09:11:26 2010
New Revision: 1026985

URL: http://svn.apache.org/viewvc?rev=1026985&view=rev
Log:
Update tuscany plugin to use hazelcast domain

Modified:
    tuscany/sca-java-2.x/trunk/maven/maven-tuscany-plugin/pom.xml

Modified: tuscany/sca-java-2.x/trunk/maven/maven-tuscany-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/maven/maven-tuscany-plugin/pom.xml?rev=1026985&r1=1026984&r2=1026985&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/maven/maven-tuscany-plugin/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/maven/maven-tuscany-plugin/pom.xml Mon Oct 25 09:11:26 2010
@@ -54,6 +54,11 @@
           <artifactId>tuscany-base-runtime</artifactId>
           <version>2.0-SNAPSHOT</version>
        </dependency>
+       <dependency>
+          <groupId>org.apache.tuscany.sca</groupId>
+          <artifactId>tuscany-domain-hazelcast</artifactId>
+          <version>2.0-SNAPSHOT</version>
+       </dependency>
 
     </dependencies>