Add auto-configuration support for Hazelcast client
See gh-7469
This commit is contained in:
committed by
Stephane Nicoll
parent
ae3225e76e
commit
3fbf1a2ea6
@@ -75,6 +75,11 @@
|
||||
<artifactId>hazelcast</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hazelcast</groupId>
|
||||
<artifactId>hazelcast-client</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hazelcast</groupId>
|
||||
<artifactId>hazelcast-spring</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user