summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-22 16:07:10 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-22 16:07:10 +0000
commit9de325a28bb91b8cbe466ecbc1efcd55ac66a923 (patch)
tree7d8fab8aec410700c0016eb37712f64e94af397c
parent0424294dec4c2c9e7abc26b2ddf1fc40dca229a4 (diff)
Update to use the latest hazelcast release which fixes a lot of issues with nodes getting sperated (what hazelcast call 'splitbrain' problems)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084232 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml23
1 files changed, 2 insertions, 21 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 20e98453df..796a4cb391 100644
--- a/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml
+++ b/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml
@@ -32,32 +32,13 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
- <version>1.8.3</version>
+ <version>1.9.2.2</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-client</artifactId>
- <version>1.8.3</version>
+ <version>1.9.2.2</version>
</dependency>
- <!-- dependency>
- <groupId>com.hazelcast</groupId>
- <artifactId>hazelcast-all</artifactId>
- <version>1.9</version>
- <exclusions>
- <exclusion>
- <groupId>com.hazelcast</groupId>
- <artifactId>hazelcast</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.hazelcast</groupId>
- <artifactId>hazelcast-client</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.hazelcast</groupId>
- <artifactId>hazelcast-hibernate</artifactId>
- </exclusion>
- </exclusions>
- </dependency -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core</artifactId>