Commit 3fb90f10 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x'

parents ab3a0012 85e835d3
...@@ -715,6 +715,11 @@ ...@@ -715,6 +715,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