Author: antelder
Date: Tue Mar 22 16:07:10 2011
New Revision: 1084232

URL: http://svn.apache.org/viewvc?rev=1084232&view=rev
Log:
Update to use the latest hazelcast release which fixes a lot of issues with 
nodes getting sperated (what hazelcast call 'splitbrain' problems)

Modified:
    tuscany/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml?rev=1084232&r1=1084231&r2=1084232&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/domain-hazelcast/pom.xml Tue Mar 22 
16:07:10 2011
@@ -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>


Reply via email to