<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-geode</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.session" % "spring-session-data-geode" % "2.0.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-data-geode', version='2.0.3.RELEASE')
)
<dependency org="org.springframework.session" name="spring-session-data-geode" rev="2.0.3.RELEASE" />
compile
|-- org.springframework.data:spring-data-geode:2.0.7.RELEASE
|-- org.springframework.session:spring-session-core:2.0.3.RELEASE
|-- org.springframework:spring-context-support:5.0.6.RELEASE
|-- org.springframework:spring-jcl:5.0.6.RELEASE
|-- org.springframework.security:spring-security-core:5.0.5.RELEASE
|-- org.springframework.security:spring-security-web:5.0.5.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- edu.umd.cs.mtc:multithreadedtc:1.01
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.9.1
|-- org.mockito:mockito-core:2.15.0
|-- org.slf4j:jcl-over-slf4j:1.7.25
|-- org.slf4j:log4j-over-slf4j:1.7.25
|-- org.slf4j:slf4j-api:1.7.25