Add dependency management for hazelcast-hibernate4

See gh-4103
This commit is contained in:
Vedran Pavic 2015-10-06 22:57:34 +02:00 committed by Stephane Nicoll
parent e26a4c5347
commit 57411781f5

View File

@ -604,6 +604,11 @@
<artifactId>hazelcast-spring</artifactId>
<version>${hazelcast.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-hibernate4</artifactId>
<version>${hazelcast.version}</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>