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