<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>shiro-spring-config-web</artifactId>
<version>0.7.1</version>
</dependency>
@Grapes(
@Grab(group='com.stormpath.shiro', module='shiro-spring-config-web', version='0.7.1')
)
<parent> <groupId>com.stormpath.shiro</groupId> <artifactId>stormpath-shiro-spring-parent</artifactId> <version>0.7.1</version> </parent>
compile
|-- com.stormpath.shiro:shiro-spring-config
|-- org.apache.shiro:shiro-web
|-- org.springframework:spring-context
test
|-- org.springframework:spring-test