<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-shiro</artifactId>
<version>0.20.2</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-parent</artifactId> <version>0.20.2</version> </parent>
compile
|-- com.github.spotbugs:spotbugs-annotations
|-- org.opendaylight.aaa:aaa-authn-api
|-- org.opendaylight.aaa:aaa-shiro-api
|-- org.opendaylight.aaa:aaa-tokenauthrealm
|-- org.opendaylight.aaa:aaa-idm-store-h2
|-- org.opendaylight.aaa:aaa-cert
|-- org.opendaylight.aaa:repackaged-shiro
|-- org.opendaylight.mdsal:mdsal-binding-api
|-- org.opendaylight.aaa:aaa-filterchain
|-- org.opendaylight.aaa:aaa-password-service-api
|-- org.osgi:org.osgi.service.component.annotations
|-- org.osgi:org.osgi.service.http.whiteboard
|-- jakarta.annotation:jakarta.annotation-api
|-- com.guicedee.services:javax.inject
|-- org.opendaylight.aaa.web:web-api
|-- org.opendaylight.aaa.web:servlet-api
test
|-- ch.qos.logback:logback-core
|-- ch.qos.logback:logback-classic
|-- org.glassfish.jersey.inject:jersey-hk2
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2