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