<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-spring-security2</artifactId>
<version>1.7.4</version>
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-spring-security2', version='1.7.4')
)
<parent> <groupId>com.github.dblock.waffle</groupId> <artifactId>waffle-parent</artifactId> <version>1.7.4</version> </parent>
compile
|-- com.github.dblock.waffle:waffle-jna:1.7.4
provided
|-- javax.servlet:servlet-api:2.5
|-- org.springframework:spring-beans:2.5.6.SEC03
|-- org.springframework:spring-context:2.5.6.SEC03
|-- org.springframework:spring-core:2.5.6.SEC03
|-- org.springframework:spring-web:2.5.6.SEC03
|-- org.springframework.security:spring-security-core:2.0.8.RELEASE
test