From e4446b67085ea4ee6ebb0ba9b7d5fa2cc5b202c9 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 10 Apr 2024 13:45:31 +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: I181d03f45ccedff8658903150b160feaf692ee10 Signed-off-by: adheli.tavares --- main/pom.xml | 26 +++++++++++++++++++++++++- pom.xml | 35 +---------------------------------- 2 files changed, 26 insertions(+), 35 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index b37a1c5a..3faa05c0 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -4,7 +4,7 @@ Modified Copyright (C) 2018 Samsung Electronics Co., Ltd. Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020-2023 Bell Canada. - Modifications Copyright (C) 2022-2023 Nordix Foundation. + Modifications Copyright (C) 2022-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. @@ -42,6 +42,16 @@ policy-models-pdp ${policy.models.version} + + org.onap.policy.models + policy-models-examples + ${policy.models.version} + + + org.onap.policy.common + policy-endpoints + ${policy.common.version} + org.onap.policy.common spring-utils @@ -54,6 +64,18 @@ test + + com.google.guava + guava + + + org.hibernate + hibernate-core-jakarta + + + org.bouncycastle + bcpkix-fips + org.springframework.boot spring-boot-starter-test @@ -95,6 +117,7 @@ com.h2database h2 + test org.junit.jupiter @@ -104,6 +127,7 @@ org.mockito mockito-junit-jupiter + test diff --git a/pom.xml b/pom.xml index 47198b77..180104a2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019-2020, 2023 Nordix Foundation. + Modifications Copyright (C) 2019-2020, 2023-2024 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -52,39 +52,6 @@ testsuites - - - org.slf4j - slf4j-api - - - org.onap.policy.common - policy-endpoints - ${policy.common.version} - - - org.assertj - assertj-core - test - - - org.glassfish.jersey.containers - jersey-container-servlet - - - org.eclipse.jetty - jetty-server - - - org.eclipse.jetty - jetty-servlet - - - org.eclipse.jetty - jetty-security - - - ecomp-site -- cgit 1.2.3-korg