From 78a6ceb2c78f0419a0a00839ea530eb8403b908e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20D=C3=BCrre?= Date: Tue, 26 Mar 2024 13:32:36 +0100 Subject: [PATCH] fix odl patches MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fix aaa-authn api version and add pax fix Issue-ID: CCSDK-4002 Change-Id: I4e8ef736c48fd2fa5510a25ea90a5edc9dcfaa04 Signed-off-by: Michael Dürre --- opendaylight/argon/argon-alpine/pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/opendaylight/argon/argon-alpine/pom.xml b/opendaylight/argon/argon-alpine/pom.xml index bfa0b515..fb73c666 100644 --- a/opendaylight/argon/argon-alpine/pom.xml +++ b/opendaylight/argon/argon-alpine/pom.xml @@ -21,6 +21,7 @@ onap/ccsdk-odl-argon-alpine-image onap-karaf 0.17.11 + 8.0.15 @@ -78,14 +79,22 @@ - + com.highstreet-technologies.aaa aaa-authn-api - 0.17.8 + ${odl.shiro.version} ${project.build.directory}/docker-stage/system/org/opendaylight/aaa/aaa-authn-api/${odl.shiro.version} aaa-authn-api-${odl.shiro.version}.jar * + + com.highstreet-technologies.ops4j.pax.web + pax-web-jetty + ${odl.ops4j.version} + ${project.build.directory}/docker-stage/system/org/ops4j/pax/web/pax-web-jetty/${odl.ops4j.version} + pax-web-jetty-${odl.ops4j.version}.jar + * + false true -- 2.16.6