From cd9cbc8d353e24bfff76049e187bd5f2216bf71d Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Mon, 4 Nov 2024 10:17:03 +0000 Subject: Fix references and organize dependencies after splitting policy-endpoints and message-bus Issue-ID: POLICY-5131 Change-Id: I7542caaccc130bc6120cc105d31a1e1e951c8cff Signed-off-by: adheli.tavares --- models-errors/pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'models-errors/pom.xml') diff --git a/models-errors/pom.xml b/models-errors/pom.xml index e61bad24d..b1c9090c8 100644 --- a/models-errors/pom.xml +++ b/models-errors/pom.xml @@ -33,6 +33,18 @@ ${project.artifactId} The models for Policy API's to return Error/warning message details. + + org.onap.policy.common + utils + ${policy.common.version} + test + + + org.onap.policy.common + utils-test + ${policy.common.version} + test + com.google.code.gson gson @@ -48,18 +60,6 @@ jakarta.ws.rs-api provided - - org.onap.policy.common - utils - ${policy.common.version} - test - - - org.onap.policy.common - utils-test - ${policy.common.version} - test - org.assertj assertj-core -- cgit