<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
<version>2.1.7.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.session" % "spring-session-data-redis" % "2.1.7.RELEASE"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-data-redis', version='2.1.7.RELEASE')
)
<dependency org="org.springframework.session" name="spring-session-data-redis" rev="2.1.7.RELEASE" />
compile
|-- org.springframework.data:spring-data-redis:2.1.9.RELEASE
|-- org.springframework.session:spring-session-core:2.1.7.RELEASE
|-- io.projectreactor:reactor-core:3.2.10.RELEASE
|-- org.springframework:spring-web:5.1.8.RELEASE
test
|-- io.projectreactor:reactor-test:3.2.10.RELEASE
|-- javax.servlet:javax.servlet-api:4.0.1
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.12.2
|-- org.mockito:mockito-core:2.28.2
|-- org.springframework.security:spring-security-core:5.1.5.RELEASE