Add dependency management for hazelcast-client

Closes gh-7452
This commit is contained in:
Stephane Nicoll 2016-11-23 10:55:46 +01:00
parent 74670cb20f
commit a5681c018d
1 changed files with 5 additions and 0 deletions

View File

@ -756,6 +756,11 @@
<artifactId>hazelcast</artifactId>
<version>${hazelcast.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-client</artifactId>
<version>${hazelcast.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-hibernate4</artifactId>