<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
<version>1.9.1</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> <version>1.9.1</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-slf4j-impl
|-- org.apache.logging.log4j:log4j-core