<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-remoting</artifactId>
<version>5.4.11</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-remoting" % "5.4.11"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-remoting', version='5.4.11')
)
<dependency org="org.springframework.security" name="spring-security-remoting" rev="5.4.11" />
compile
|-- org.springframework.security:spring-security-core:5.4.11
|-- org.springframework:spring-aop:5.2.19.RELEASE
|-- org.springframework:spring-beans:5.2.19.RELEASE
|-- org.springframework:spring-context:5.2.19.RELEASE
|-- org.springframework:spring-core:5.2.19.RELEASE
|-- org.springframework:spring-web:5.2.19.RELEASE
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.17.2
|-- org.mockito:mockito-core:3.5.15
|-- org.springframework.security:spring-security-core:5.4.11