<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-messaging</artifactId>
<version>5.3.1.RELEASE</version>
</dependency>
implementation("org.springframework.security:spring-security-messaging:5.3.1.RELEASE")
libraryDependencies += "org.springframework.security" % "spring-security-messaging" % "5.3.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-messaging', version='5.3.1.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-messaging" rev="5.3.1.RELEASE" />
compile
|-- org.springframework.security:spring-security-core:5.3.1.RELEASE
|-- org.springframework:spring-beans:5.2.5.RELEASE
|-- org.springframework:spring-context:5.2.5.RELEASE
|-- org.springframework:spring-core:5.2.5.RELEASE
|-- org.springframework:spring-expression:5.2.5.RELEASE
|-- org.springframework:spring-messaging:5.2.5.RELEASE
|-- io.projectreactor:reactor-core:3.3.4.RELEASE
|-- javax.servlet:javax.servlet-api:4.0.1
|-- org.springframework.security:spring-security-web:5.3.1.RELEASE
|-- org.springframework:spring-websocket:5.2.5.RELEASE
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- commons-codec:commons-codec:1.14
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.15.0
|-- org.mockito:mockito-core:3.3.3
|-- org.powermock:powermock-api-mockito2:2.0.7
|-- org.powermock:powermock-api-support:2.0.7
|-- org.powermock:powermock-core:2.0.7
|-- org.powermock:powermock-module-junit4:2.0.7
|-- org.powermock:powermock-module-junit4-common:2.0.7
|-- org.powermock:powermock-reflect:2.0.7
|-- org.slf4j:jcl-over-slf4j:1.7.30
|-- org.slf4j:log4j-over-slf4j:1.7.30
|-- org.slf4j:slf4j-api:1.7.30
|-- org.springframework.security:spring-security-core:5.3.1.RELEASE