Commit a5681c01 authored by Stephane Nicoll's avatar Stephane Nicoll

Add dependency management for hazelcast-client

Closes gh-7452
parent 74670cb2
...@@ -756,6 +756,11 @@ ...@@ -756,6 +756,11 @@
<artifactId>hazelcast</artifactId> <artifactId>hazelcast</artifactId>
<version>${hazelcast.version}</version> <version>${hazelcast.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-client</artifactId>
<version>${hazelcast.version}</version>
</dependency>
<dependency> <dependency>
<groupId>com.hazelcast</groupId> <groupId>com.hazelcast</groupId>
<artifactId>hazelcast-hibernate4</artifactId> <artifactId>hazelcast-hibernate4</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment