From c71020f92c95d29c3e558a0b92d3736333b6ea58 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 23 Jun 2021 23:02:37 +0200 Subject: [PATCH] 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 --- aaa-shiro/api/pom.xml | 30 ++++++++++-------------------- aaa-shiro/impl/pom.xml | 6 +++++- 2 files changed, 15 insertions(+), 21 deletions(-) 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 -- 2.36.6