From: Robert Varga Date: Wed, 23 Jun 2021 21:02:37 +0000 (+0200) Subject: Cleanup aaa-shiro-api dependencies X-Git-Tag: v0.14.0~4 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=c71020f92c95d29c3e558a0b92d3736333b6ea58;p=aaa.git Cleanup aaa-shiro-api dependencies We do not require aaa-authn-api, do not pull it in. Change-Id: I3349b1261c6adc6f2463a771aef2a2ca4696d8ad Signed-off-by: Robert Varga --- diff --git a/aaa-shiro/api/pom.xml b/aaa-shiro/api/pom.xml index b96b0605a..9f9fc4503 100644 --- a/aaa-shiro/api/pom.xml +++ b/aaa-shiro/api/pom.xml @@ -24,26 +24,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.aaa - aaa-authn-api + com.google.guava + guava + + + org.opendaylight.yangtools + concepts + + + org.opendaylight.yangtools + yang-common - - - - - org.apache.felix - maven-bundle-plugin - true - - - - !javax.annotation, - * - - - - - - diff --git a/aaa-shiro/impl/pom.xml b/aaa-shiro/impl/pom.xml index f7e506a35..1328fe7e6 100644 --- a/aaa-shiro/impl/pom.xml +++ b/aaa-shiro/impl/pom.xml @@ -25,7 +25,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - ${project.groupId} + org.opendaylight.aaa + aaa-authn-api + + + org.opendaylight.aaa aaa-shiro-api