From 5bd2e9091fa75bc41fce1667f5deb46ac5e94380 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 10 Apr 2024 14:12:28 +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: I376ea0763190d55f254dc8f88b6fa5b89354e8b9 Signed-off-by: adheli.tavares --- policy-domains/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'policy-domains') diff --git a/policy-domains/pom.xml b/policy-domains/pom.xml index 2667b714..36d6ba64 100644 --- a/policy-domains/pom.xml +++ b/policy-domains/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2020 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. @@ -35,7 +35,6 @@ domain policies - org.projectlombok lombok @@ -45,27 +44,28 @@ com.google.code.gson gson - com.openpojo openpojo test - org.onap.policy.common utils ${policy.common.version} test - org.onap.policy.drools-pdp policy-utils ${project.version} test - + + org.onap.policy.models + policy-models-examples + ${policy.models.version} + -- cgit