From ac4b5296ab01fc25d89cc4fc89b6407fb7254f1b Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Mon, 23 Sep 2024 15:13:36 +0100 Subject: Moving message bus configurations to its own module Issue-ID: POLICY-5131 Change-Id: Ibbcdc487300767e7b10d69e9b388c50f09e1adbc Signed-off-by: adheli.tavares --- utils-test/pom.xml | 75 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 19 deletions(-) (limited to 'utils-test/pom.xml') diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 6338cc08..a8a282e8 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - Common Modules ================================================================================ Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. - Modificaitons Copyright (C) 2023-2024 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. @@ -19,7 +19,8 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -40,42 +41,84 @@ - org.bouncycastle - bcpkix-fips + org.onap.policy.common + utils + ${project.version} + + + org.onap.policy.common + gson + ${project.version} + provided org.apache.commons commons-jexl3 + + + org.bouncycastle + bcpkix-fips + + + ch.qos.logback + logback-classic provided - org.onap.policy.common - utils - ${project.version} + ch.qos.logback + logback-core provided - - - - org.awaitility - awaitility - test + + com.google.code.gson + gson + provided + + + com.google.re2j + re2j + provided com.openpojo openpojo compile + + org.hamcrest + hamcrest + compile + org.junit.jupiter junit-jupiter-api compile + + org.projectlombok + lombok + provided + + + org.slf4j + slf4j-api + provided + org.assertj assertj-core test + + org.awaitility + awaitility + test + + + org.mockito + mockito-core + test + org.mockito mockito-junit-jupiter @@ -86,11 +129,5 @@ spring-test test - - org.hamcrest - hamcrest-core - 2.2 - compile - -- cgit 1.2.3-korg