<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-core</artifactId>
<version>2.1.7.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.session" % "spring-session-core" % "2.1.7.RELEASE"
@Grapes(
@Grab(group='org.springframework.session', module='spring-session-core', version='2.1.7.RELEASE')
)
<dependency org="org.springframework.session" name="spring-session-core" rev="2.1.7.RELEASE" />
compile
|-- org.springframework:spring-jcl:5.1.8.RELEASE
|-- io.projectreactor:reactor-core:3.2.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.1.5.RELEASE
|-- org.springframework.security:spring-security-web:5.1.5.RELEASE
|-- org.springframework:spring-context:5.1.8.RELEASE
|-- org.springframework:spring-jdbc:5.1.8.RELEASE
|-- org.springframework:spring-messaging:5.1.8.RELEASE
|-- org.springframework:spring-web:5.1.8.RELEASE
|-- org.springframework:spring-webflux:5.1.8.RELEASE
|-- org.springframework:spring-websocket:5.1.8.RELEASE
test
|-- edu.umd.cs.mtc:multithreadedtc:1.01
|-- io.projectreactor:reactor-test:3.2.10.RELEASE
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.12.2