<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-geode</artifactId>
<version>2.3.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.session" % "spring-session-data-geode" % "2.3.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-data-geode', version='2.3.4.RELEASE')
)
<dependency org="org.springframework.session" name="spring-session-data-geode" rev="2.3.4.RELEASE" />
compile
|-- org.springframework.data:spring-data-geode:2.3.7.RELEASE
|-- org.springframework.session:spring-session-core:2.3.2.RELEASE
|-- org.springframework:spring-context-support:5.2.13.RELEASE
|-- org.springframework:spring-jcl:5.2.13.RELEASE
|-- org.springframework.security:spring-security-core:5.3.8.RELEASE
|-- org.springframework.security:spring-security-web:5.3.8.RELEASE
provided
|-- javax.servlet:javax.servlet-api:4.0.1
|-- org.apache.geode:geode-logging:1.12.0
|-- org.apache.geode:geode-membership:1.12.0
|-- org.apache.geode:geode-serialization:1.12.0
|-- org.apache.geode:geode-tcp-server:1.12.0
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- edu.umd.cs.mtc:multithreadedtc:1.01
|-- org.apache.logging.log4j:log4j-to-slf4j:2.13.3
|-- org.assertj:assertj-core:3.16.1
|-- org.mockito:mockito-core:3.3.3
|-- 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.20.RELEASE