<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jaxrs</artifactId>
<version>2.0.2</version>
<type>bundle</type>
</dependency>
compile
|-- org.apache.shiro:shiro-core:2.0.2
|-- org.apache.shiro:shiro-web:2.0.2
|-- jakarta.annotation:jakarta.annotation-api:1.3.5
provided
|-- jakarta.ws.rs:jakarta.ws.rs-api:2.1.6
test
|-- org.slf4j:jcl-over-slf4j:2.0.16
|-- javax.xml.bind:jaxb-api:2.3.1
|-- org.apache.cxf:cxf-rt-frontend-jaxrs:3.6.4
|-- 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