From d101f30f39531b45d568a177cb32e73e07486433 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 6 Nov 2024 11:46:41 +0000 Subject: Fix references and organize dependencies in xacml-pdp after splitting policy-endpoints and message-bus Issue-ID: POLICY-5131 Change-Id: I6181f763f140589f681beb602c56b4290e3fab1a Signed-off-by: adheli.tavares --- xacml-test/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'xacml-test') diff --git a/xacml-test/pom.xml b/xacml-test/pom.xml index f2131dfe..638deaaf 100644 --- a/xacml-test/pom.xml +++ b/xacml-test/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2019 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. @@ -48,6 +48,18 @@ org.onap.policy.common utils ${policy.common.version} + provided + + + org.onap.policy.models + policy-models-tosca + ${policy.models.version} + provided + + + org.slf4j + slf4j-api + provided -- cgit