Add auto-configuration support for Hazelcast client

See gh-7469
This commit is contained in:
Vedran Pavic
2016-01-31 20:18:29 +01:00
committed by Stephane Nicoll
parent ae3225e76e
commit 3fbf1a2ea6
10 changed files with 413 additions and 82 deletions

View File

@@ -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>