<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-shiro</artifactId>
<version>1.6</version>
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-shiro', version='1.6')
)
<parent> <groupId>com.github.dblock.waffle</groupId> <artifactId>waffle-parent</artifactId> <version>1.6</version> </parent>
compile
|-- com.github.dblock.waffle:waffle-jna
|-- org.apache.shiro:shiro-web:1.2.1
provided
|-- javax.servlet:servlet-api:2.5
test
|-- org.hamcrest:hamcrest-core:1.3
|-- junit:junit:4.11