<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-acl" % "4.0.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-acl', version='4.0.0.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-acl" rev="4.0.0.RELEASE" />
compile
|-- aopalliance:aopalliance:1.0
|-- org.springframework.security:spring-security-core:4.0.0.RELEASE
|-- org.springframework:spring-aop:4.1.6.RELEASE
|-- org.springframework:spring-context:4.1.6.RELEASE
|-- org.springframework:spring-core:4.1.6.RELEASE
|-- org.springframework:spring-jdbc:4.1.6.RELEASE
|-- org.springframework:spring-tx:4.1.6.RELEASE
|-- commons-logging:commons-logging:1.2
|-- net.sf.ehcache:ehcache:2.9.0
test
|-- ch.qos.logback:logback-classic:1.1.2
|-- junit:junit:4.11
|-- org.easytesting:fest-assert:1.4
|-- org.mockito:mockito-core:1.9.5
|-- org.slf4j:jcl-over-slf4j:1.7.7
|-- org.springframework:spring-beans:4.1.6.RELEASE
|-- org.springframework:spring-context-support:4.1.6.RELEASE