Add missing dependency management for hazelcast-hibernate53

Closes gh-15618
This commit is contained in:
Stephane Nicoll 2019-01-06 11:49:09 +01:00
parent 5535d4d9b2
commit 2153a7529d

View File

@ -678,6 +678,11 @@
<artifactId>hazelcast-hibernate52</artifactId>
<version>${hazelcast-hibernate5.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-hibernate53</artifactId>
<version>${hazelcast-hibernate5.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-spring</artifactId>