Add dependency management for hazelcast-client
Closes gh-7452
This commit is contained in:
parent
74670cb20f
commit
a5681c018d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue