<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session</artifactId>
<version>1.3.5.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.session', module='spring-session', version='1.3.5.RELEASE')
)
<dependency org="org.springframework.session" name="spring-session" rev="1.3.5.RELEASE" />
compile
|-- com.hazelcast:hazelcast:3.6.8
|-- commons-logging:commons-logging:1.2
|-- org.springframework.data:spring-data-gemfire:1.8.11.RELEASE
|-- org.springframework.data:spring-data-mongodb:1.9.11.RELEASE
|-- org.springframework.data:spring-data-redis:1.7.11.RELEASE
|-- org.springframework.security:spring-security-core:4.2.11.RELEASE
|-- org.springframework.security:spring-security-web:4.2.11.RELEASE
|-- org.springframework:spring-context:4.3.19.RELEASE
|-- org.springframework:spring-jdbc:4.3.19.RELEASE
|-- org.springframework:spring-messaging:4.3.19.RELEASE
|-- org.springframework:spring-web:4.3.19.RELEASE
|-- org.springframework:spring-websocket:4.3.19.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- edu.umd.cs.mtc:multithreadedtc:1.01
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.5.0