Closed psartini closed 13 years ago
Is it possible to bump the hazelcast version to 1.9.3? Tried it locally and it does not make any obvious problems. Are you aware of any showstoppers?
Only thing to take care of is to exclude hazelcast-spring module:
require: - play - com.hazelcast -> hazelcast-all 1.9.3: exclude: - junit-addons -> junit-addons 1.4 - xerces -> xercesImpl 2.6.2 - xerces -> xmlParserAPIs 2.6.2 - org.mockito -> mockito-all 1.8.2 - com.hazelcast -> hazelcast-hibernate 1.9.3 - com.hazelcast -> hazelcast-spring 1.9.3
Done in v0.2.1
Is it possible to bump the hazelcast version to 1.9.3? Tried it locally and it does not make any obvious problems. Are you aware of any showstoppers?
Only thing to take care of is to exclude hazelcast-spring module: