Skip to content

Commit 6bad183

Browse files
enozcanRafał Leszko
andauthored
Bump IMDG version to 4.1 (#17)
* Bump IMDG version to 4.1 * Enable multicast for tests Co-authored-by: Rafał Leszko <[email protected]> Co-authored-by: Rafał Leszko <[email protected]>
1 parent 84d354b commit 6bad183

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>1.8</java.version>
20-
<hazelcast.version>4.0.3</hazelcast.version>
20+
<hazelcast.version>4.1</hazelcast.version>
2121
</properties>
2222

2323
<build>
@@ -72,5 +72,11 @@
7272
<artifactId>spring-boot-starter-webflux</artifactId>
7373
<scope>test</scope>
7474
</dependency>
75+
<dependency>
76+
<groupId>net.minidev</groupId>
77+
<artifactId>json-smart</artifactId>
78+
<version>2.3</version>
79+
<scope>test</scope>
80+
</dependency>
7581
</dependencies>
7682
</project>

src/test/resources/hazelcast.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
hazelcast:
2+
cluster-name: hazelcast-cluster
3+
network:
4+
join:
5+
multicast:
6+
enabled: true

0 commit comments

Comments
 (0)