<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
<version>2.0.0-alpha-4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-spring', version='2.0.0-alpha-4')
)
<parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> <version>2.0.0-alpha-4</version> </parent>
compile
|-- org.apache.shiro:shiro-core
|-- org.apache.shiro:shiro-web
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
provided
|-- javax.servlet:javax.servlet-api
|-- org.springframework:spring-context
test
|-- org.apache.logging.log4j:log4j-slf4j2-impl
|-- org.apache.logging.log4j:log4j-core