From d458ababc623efd5808eeba5aa5a2342600d8109 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 10 Apr 2024 13:57:19 +0100 Subject: Dependency management update - including dependencies to pom.xml files only where they are used, avoiding extra dependencies being added in all packages. Issue-ID: POLICY-4945 Change-Id: Id2597c791b1965159694402d66d9da7303eadef2 Signed-off-by: adheli.tavares --- applications/common/pom.xml | 17 ++++++++++++++--- applications/monitoring/pom.xml | 7 ++++++- main/pom.xml | 26 +++++++++++++++++++++++++- 3 files changed, 45 insertions(+), 5 deletions(-) diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 1f63b02f..b9fab529 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,13 +41,11 @@ jakarta.xml.bind jakarta.xml.bind-api - 4.0.0 provided org.glassfish.jaxb jaxb-runtime - 4.0.2 com.h2database @@ -80,5 +78,18 @@ xacml-pdp 4.0.0 + + org.hibernate + hibernate-core-jakarta + + + org.glassfish.jersey.inject + jersey-hk2 + + + org.onap.policy.models + policy-models-examples + ${policy.models.version} + diff --git a/applications/monitoring/pom.xml b/applications/monitoring/pom.xml index b02a0609..b3b423b2 100644 --- a/applications/monitoring/pom.xml +++ b/applications/monitoring/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -45,6 +45,11 @@ ${project.version} test + + org.onap.policy.common + utils + ${policy.common.version} + diff --git a/main/pom.xml b/main/pom.xml index 1a67e8e7..66e0cd4d 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019-2022 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -113,6 +113,21 @@ io.prometheus simpleclient_logback + + io.prometheus + simpleclient_hotspot + runtime + + + io.prometheus + simpleclient_servlet_jakarta + runtime + + + org.apache.kafka + kafka-clients + runtime + org.onap.policy.xacml-pdp xacml-test @@ -134,6 +149,15 @@ io.swagger.core.v3 swagger-annotations + + org.bouncycastle + bcpkix-fips + + + org.glassfish.jersey.media + jersey-media-json-jackson + ${version.jersey} + -- cgit 1.2.3-korg