<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>stormpath-shiro-servlet</artifactId>
<version>0.7.0</version>
</dependency>
@Grapes(
@Grab(group='com.stormpath.shiro', module='stormpath-shiro-servlet', version='0.7.0')
)
<parent> <groupId>com.stormpath.shiro</groupId> <artifactId>stormpath-shiro-root</artifactId> <version>0.7.0</version> </parent>
compile
|-- com.stormpath.shiro:stormpath-shiro-core
|-- com.stormpath.sdk:stormpath-sdk-servlet
|-- org.apache.shiro:shiro-web
provided
|-- javax.servlet:javax.servlet-api
runtime
|-- ch.qos.logback:logback-classic
test
|-- org.springframework:spring-test:3.1.0.RELEASE