<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-spring</artifactId>
<version>4.2-BETA-1</version>
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-spring', version='4.2-BETA-1')
)
<parent> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-root</artifactId> <version>4.2-BETA-1</version> </parent>
compile
provided
|-- javax.annotation:javax.annotation-api:1.3.2
|-- org.springframework:spring-context:5.2.8.RELEASE
|-- org.springframework:spring-tx:5.2.8.RELEASE
test