<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-spring-security4</artifactId>
<version>1.8.1</version>
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-spring-security4', 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.1.0
|-- org.springframework:spring-beans:4.2.4.RELEASE
|-- org.springframework:spring-context:4.2.4.RELEASE
|-- org.springframework:spring-core:4.2.4.RELEASE
|-- org.springframework:spring-expression:4.2.4.RELEASE
|-- org.springframework:spring-web:4.2.4.RELEASE
|-- org.springframework.security:spring-security-config:4.0.3.RELEASE
|-- org.springframework.security:spring-security-core:4.0.3.RELEASE
|-- org.springframework.security:spring-security-web:4.0.3.RELEASE
test