<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-geode</artifactId>
<version>2.6.0</version>
</dependency>
libraryDependencies += "org.springframework.session" % "spring-session-data-geode" % "2.6.0"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-data-geode', version='2.6.0')
)
<dependency org="org.springframework.session" name="spring-session-data-geode" rev="2.6.0" />
compile
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.slf4j:jcl-over-slf4j:1.7.32
|-- org.slf4j:log4j-over-slf4j:1.7.32
|-- org.slf4j:slf4j-api:1.7.32
|-- org.springframework.data:spring-data-geode:2.6.0
|-- org.springframework.session:spring-session-core:2.6.0
|-- org.springframework:spring-context-support:5.3.13
|-- org.springframework:spring-jcl:5.3.13
|-- org.springframework.security:spring-security-core:5.6.0
|-- org.springframework.security:spring-security-web:5.6.0
provided
|-- javax.servlet:javax.servlet-api:4.0.1
|-- org.apache.geode:geode-logging:1.14.0
|-- org.apache.geode:geode-serialization:1.14.0
test
|-- edu.umd.cs.mtc:multithreadedtc:1.01
|-- org.apache.logging.log4j:log4j-to-slf4j:2.14.1
|-- org.assertj:assertj-core:3.21.0
|-- org.mockito:mockito-core:4.0.0
|-- org.springframework.data:spring-data-geode-test:0.0.28