<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-geode</artifactId>
<version>2.6.2</version>
</dependency>
libraryDependencies += "org.springframework.session" % "spring-session-data-geode" % "2.6.2"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-data-geode', version='2.6.2')
)
<dependency org="org.springframework.session" name="spring-session-data-geode" rev="2.6.2" />
compile
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.slf4j:jcl-over-slf4j:1.7.36
|-- org.slf4j:log4j-over-slf4j:1.7.36
|-- org.slf4j:slf4j-api:1.7.36
|-- org.springframework.data:spring-data-geode:2.6.7
|-- org.springframework.session:spring-session-core:2.6.3
|-- org.springframework:spring-context-support:5.3.23
|-- org.springframework:spring-jcl:5.3.23
|-- org.springframework.security:spring-security-core:5.6.7
|-- org.springframework.security:spring-security-web:5.6.7
provided
|-- jakarta.servlet:jakarta.servlet-api:4.0.4
|-- org.apache.geode:geode-logging:1.14.4
|-- org.apache.geode:geode-serialization:1.14.4
test
|-- edu.umd.cs.mtc:multithreadedtc:1.01
|-- org.apache.logging.log4j:log4j-to-slf4j:2.19.0
|-- org.assertj:assertj-core:3.23.1
|-- org.mockito:mockito-core:4.4.0
|-- org.springframework.data:spring-data-geode-test:0.2.3-Q