<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-geode</artifactId>
<version>2.1.12.RELEASE</version>
</dependency>
implementation("org.springframework.session:spring-session-data-geode:2.1.12.RELEASE")
libraryDependencies += "org.springframework.session" % "spring-session-data-geode" % "2.1.12.RELEASE"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-data-geode', version='2.1.12.RELEASE')
)
<dependency org="org.springframework.session" name="spring-session-data-geode" rev="2.1.12.RELEASE" />
compile
|-- org.springframework.data:spring-data-geode:2.1.21.RELEASE
|-- org.springframework.session:spring-session-core:2.1.13.RELEASE
|-- org.springframework:spring-context-support:5.1.19.RELEASE
|-- org.springframework:spring-jcl:5.1.19.RELEASE
|-- org.springframework.security:spring-security-core:5.1.13.RELEASE
|-- org.springframework.security:spring-security-web:5.1.13.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.11.1
|-- org.mockito:mockito-core:2.23.4
|-- 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.8.RELEASE