<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-geode</artifactId>
<version>2.2.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.session" % "spring-session-data-geode" % "2.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-data-geode', version='2.2.4.RELEASE')
)
<dependency org="org.springframework.session" name="spring-session-data-geode" rev="2.2.4.RELEASE" />
compile
|-- org.springframework.data:spring-data-geode:2.2.7.RELEASE
|-- org.springframework.session:spring-session-core:2.2.3.RELEASE
|-- org.springframework:spring-context-support:5.2.6.RELEASE
|-- org.springframework:spring-jcl:5.2.6.RELEASE
|-- org.springframework.security:spring-security-core:5.2.4.RELEASE
|-- org.springframework.security:spring-security-web:5.2.4.RELEASE
provided
|-- javax.servlet:javax.servlet-api:4.0.1
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.13.2
|-- org.mockito:mockito-core:3.1.0
|-- org.slf4j:jcl-over-slf4j:1.7.30
|-- org.slf4j:log4j-over-slf4j:1.7.30
|-- org.slf4j:slf4j-api:1.7.30
|-- org.springframework.data:spring-data-geode-test:0.0.14.BUILD-SNAPSHOT