<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-core</artifactId>
<version>2.2.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.session" % "spring-session-core" % "2.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-core', version='2.2.4.RELEASE')
)
<dependency org="org.springframework.session" name="spring-session-core" rev="2.2.4.RELEASE" />
compile
|-- org.springframework:spring-jcl:5.2.9.RELEASE
|-- io.projectreactor:reactor-core:3.3.10.RELEASE
|-- javax.annotation:javax.annotation-api:1.3.2
|-- javax.servlet:javax.servlet-api:4.0.1
|-- org.springframework.security:spring-security-core:5.2.6.RELEASE
|-- org.springframework.security:spring-security-web:5.2.6.RELEASE
|-- org.springframework:spring-context:5.2.9.RELEASE
|-- org.springframework:spring-jdbc:5.2.9.RELEASE
|-- org.springframework:spring-messaging:5.2.9.RELEASE
|-- org.springframework:spring-web:5.2.9.RELEASE
|-- org.springframework:spring-webflux:5.2.9.RELEASE
|-- org.springframework:spring-websocket:5.2.9.RELEASE
test
|-- edu.umd.cs.mtc:multithreadedtc:1.01
|-- io.projectreactor:reactor-test:3.3.10.RELEASE
|-- 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.junit.jupiter:junit-jupiter-params:5.5.2