<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
<version>2.0.2</version>
<type>bundle</type>
</dependency>
compile
|-- org.apache.shiro:shiro-lang:2.0.2
|-- org.apache.shiro:shiro-cache:2.0.2
|-- org.apache.shiro:shiro-crypto-hash:2.0.2
|-- org.apache.shiro:shiro-crypto-cipher:2.0.2
|-- org.apache.shiro:shiro-config-core:2.0.2
|-- org.apache.shiro:shiro-config-ogdl:2.0.2
|-- org.apache.shiro:shiro-event:2.0.2
|-- org.apache.commons:commons-configuration2:2.11.0
provided
|-- jakarta.annotation:jakarta.annotation-api:1.3.5
|-- org.projectlombok:lombok:1.18.34
runtime
|-- org.apache.shiro.crypto:shiro-hashes-argon2:2.0.2
|-- org.apache.shiro.crypto:shiro-hashes-bcrypt:2.0.2
test
|-- org.slf4j:jcl-over-slf4j:2.0.16
|-- org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1
|-- org.apache.logging.log4j:log4j-core:2.24.1
|-- org.apache.logging.log4j:log4j-core-test:2.24.1
|-- org.mockito:mockito-junit-jupiter:5.14.2
|-- 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