From beeb5e3846c8457987711491bcb58a6567870591 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Thu, 25 Jan 2024 14:25:37 +0000 Subject: Remove Dmaap references from policy-common - updated dependencies for jakarta.* compabilities - other dependency updates for security fixes Issue-ID: POLICY-4881 Change-Id: I979d944fcd21279f618d1bcbfe12e914ba30077f Signed-off-by: rameshiyer27 --- policy-endpoints/pom.xml | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'policy-endpoints/pom.xml') diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 4b342b9d..6ee3f0b8 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2022 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2022 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019-2023 Nordix Foundation. + Modifications Copyright (C) 2019-2024 Nordix Foundation. Modifications Copyright (C) 2022 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -49,6 +49,13 @@ pom import + + com.fasterxml.jackson + jackson-bom + ${version.jackson} + pom + import + @@ -96,28 +103,22 @@ com.fasterxml.jackson.core jackson-databind - ${version.jackson} com.fasterxml.jackson.core jackson-annotations - ${version.jackson} com.fasterxml.jackson.module - jackson-module-jaxb-annotations - ${version.jackson} + jackson-module-jakarta-xmlbind-annotations com.fasterxml.jackson.dataformat jackson-dataformat-yaml - ${version.jackson} org.glassfish.jaxb jaxb-runtime - 4.0.2 - compile org.glassfish.jersey.containers @@ -155,14 +156,6 @@ jakarta.inject jakarta.inject-api - - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - - - org.onap.aaf.authz - aaf-cadi-aaf - org.eclipse.jetty jetty-servlet @@ -198,5 +191,9 @@ opentelemetry-sdk-extension-autoconfigure 1.25.0-alpha + + com.sun.xml.bind + jaxb-impl + -- cgit 1.2.3-korg