<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-spring-security4</artifactId>
<version>1.7</version>
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-spring-security4', 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:javax.servlet-api:3.1.0
|-- org.springframework:spring-beans:4.1.0.RELEASE
|-- org.springframework:spring-context:4.1.0.RELEASE
|-- org.springframework:spring-core:4.1.0.RELEASE
|-- org.springframework:spring-expression:4.1.0.RELEASE
|-- org.springframework:spring-web:4.1.0.RELEASE
|-- org.springframework.security:spring-security-core:4.0.0.M2
|-- org.springframework.security:spring-security-web:4.0.0.M2
test