summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-hazelcast
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-01-15 10:17:22 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-01-15 10:17:22 +0000
commit0a2bd8d80ad2be1d2d872aeca0975c69682fc223 (patch)
treebf83986b1c83e6b696adbc0313ddadfa0275a074 /sca-java-2.x/trunk/modules/domain-hazelcast
parent71c5242e45ecbdfcafe6e43fc355e079c67e2b2d (diff)
Update pom to avoid circular dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/domain-hazelcast')
-rw-r--r--sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml27
1 files changed, 25 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml b/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml
index 351955f99e..20e98453df 100644
--- a/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml
+++ b/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml
@@ -60,11 +60,34 @@
</dependency -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime-pom</artifactId>
- <type>pom</type>
+ <artifactId>tuscany-core</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-assembly-xml</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>