<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
<version>2.0.4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-acl', version='2.0.4')
)
<parent> <groupId>org.springframework.security</groupId> <artifactId>spring-security-parent</artifactId> <version>2.0.4</version> </parent>
compile
|-- org.springframework.security:spring-security-core
|-- org.springframework:spring-jdbc
test
|-- org.springframework.security:spring-security-core
|-- org.springframework.security:spring-security-core
|-- org.springframework:spring-mock
|-- hsqldb:hsqldb