<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
<version>5.1.12.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-acl" % "5.1.12.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-acl', version='5.1.12.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-acl" rev="5.1.12.RELEASE" />
compile
|-- org.springframework.security:spring-security-core:5.1.12.RELEASE
|-- org.springframework:spring-aop:5.1.17.RELEASE
|-- org.springframework:spring-context:5.1.17.RELEASE
|-- org.springframework:spring-core:5.1.17.RELEASE
|-- org.springframework:spring-jdbc:5.1.17.RELEASE
|-- org.springframework:spring-tx:5.1.17.RELEASE
|-- net.sf.ehcache:ehcache:2.10.6
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.11.1
|-- org.mockito:mockito-core:2.23.4
|-- org.springframework:spring-beans:5.1.17.RELEASE
|-- org.springframework:spring-context-support:5.1.17.RELEASE