<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-jdbc</artifactId>
<version>2.2.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.session" % "spring-session-jdbc" % "2.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-jdbc', version='2.2.4.RELEASE')
)
<dependency org="org.springframework.session" name="spring-session-jdbc" rev="2.2.4.RELEASE" />
compile
|-- org.springframework.session:spring-session-core:2.2.4.RELEASE
|-- org.springframework:spring-context:5.2.9.RELEASE
|-- org.springframework:spring-jdbc:5.2.9.RELEASE
test
|-- javax.servlet:javax.servlet-api:4.0.1
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.13.2
|-- org.junit.jupiter:junit-jupiter-api:5.5.2
|-- org.junit.jupiter:junit-jupiter-engine:5.5.2
|-- org.mockito:mockito-core:3.0.0
|-- org.springframework.security:spring-security-core:5.2.6.RELEASE