Skip to content

Commit

Permalink
Updated to hazelcast-all 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Oct 22, 2016
1 parent 8b092c2 commit a8632e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compile project(':framework')

// use hazelcast-all so various options are available, not that at least hazelcast-wm is needed for web listener
compile 'com.hazelcast:hazelcast-all:3.6.4' // Apache 2.0
compile 'com.hazelcast:hazelcast-all:3.7.2' // Apache 2.0
}

// by default the Java plugin runs test on build, change to not do that (only run test if explicit task)
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/hazelcast.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<hazelcast xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hazelcast.com/schema/config
http://www.hazelcast.com/schema/config/hazelcast-config-3.6.xsd"
xsi:schemaLocation="http://www.hazelcast.com/schema/config http://www.hazelcast.com/schema/config/hazelcast-config-3.7.xsd"
xmlns="http://www.hazelcast.com/schema/config">

<properties>
Expand Down

0 comments on commit a8632e8

Please sign in to comment.