From cc1d3d352771d1fa35d297e90663539e34b022f6 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Fri, 26 Jan 2024 15:28:56 +0000 Subject: Removing deprecated DMAAP library Issue-ID: POLICY-4402 Change-Id: I4ce5b303cb3a775010683d3c7102b0bd065280ea Signed-off-by: adheli.tavares --- pom.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5a55e2e0..e2d29197 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ONAP Policy Engine - Drools PDP ================================================================================ Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2020, 2023 Nordix Foundation. + Modifications Copyright (C) 2020, 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,7 +48,7 @@ content/repositories/staging/ - 2.8.0 + 2.9.0 6.0.6.Final 1.4.01 2.1.1-SNAPSHOT @@ -61,7 +61,7 @@ policy-domains policy-management feature-healthcheck - feature-pooling-dmaap + feature-pooling-messages feature-test-transaction feature-distributed-locking feature-lifecycle @@ -90,8 +90,8 @@ test - junit - junit + org.junit.jupiter + junit-jupiter-engine test @@ -99,6 +99,10 @@ mockito-core test + + org.mockito + mockito-junit-jupiter + org.assertj assertj-core -- cgit 1.2.3-korg