<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-spring</artifactId>
<version>3.12.10</version>
</dependency>
<parent> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-root</artifactId> <version>3.12.10</version> </parent>
compile
|-- com.hazelcast:hazelcast-client
provided
|-- javax.annotation:jsr250-api:1.0
|-- org.springframework:spring-context:4.3.23.RELEASE
|-- org.springframework:spring-tx:4.3.23.RELEASE
test
|-- org.springframework:spring-test:4.3.23.RELEASE
|-- org.springframework:spring-context-support:4.3.23.RELEASE