<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-config-ogdl</artifactId>
<version>2.0.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-config-ogdl', version='2.0.2')
)
compile
|-- org.apache.shiro:shiro-lang:2.0.2
|-- org.apache.shiro:shiro-config-core:2.0.2
|-- org.apache.shiro:shiro-event:2.0.2
|-- commons-beanutils:commons-beanutils:1.9.4
|-- org.apache.commons:commons-configuration2:2.11.0
|-- org.slf4j:slf4j-api:2.0.16
test
|-- org.slf4j:slf4j-simple:2.0.16
|-- org.slf4j:jcl-over-slf4j:2.0.16
|-- org.junit.jupiter:junit-jupiter-api:5.11.3
|-- org.junit.jupiter:junit-jupiter-engine:5.11.3
|-- org.hamcrest:hamcrest-core:3.0
|-- org.assertj:assertj-core:3.26.3
|-- org.easymock:easymock:5.4.0