<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-spring-security3</artifactId>
<version>1.7.5</version>
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-spring-security3', version='1.7.5')
)
<parent> <groupId>com.github.dblock.waffle</groupId> <artifactId>waffle-parent</artifactId> <version>1.7.5</version> </parent>
compile
|-- com.github.dblock.waffle:waffle-jna:1.7.5
provided
|-- javax.servlet:javax.servlet-api:3.0.1
|-- org.springframework:spring-beans:3.2.15.RELEASE
|-- org.springframework:spring-context:3.2.15.RELEASE
|-- org.springframework:spring-core:3.2.15.RELEASE
|-- org.springframework:spring-expression:3.2.15.RELEASE
|-- org.springframework:spring-web:3.2.15.RELEASE
|-- org.springframework.security:spring-security-core:3.2.8.RELEASE
|-- org.springframework.security:spring-security-web:3.2.8.RELEASE
test