From 469efa7b10fd10ebd3cd49d133794f5e31a556c0 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 16 Feb 2022 12:12:20 -0500 Subject: Use classes from policy/common Use YamlHttpMessageConverter from policy/common. Use CustomImplicitNamingStrategy from policy/common. Fix few sonar issues. Issue-ID: POLICY-3931 Change-Id: I4720761cbf8da464ec57541f9b19f8d124503e17 Signed-off-by: Ram Krishna Verma --- main/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index 621fb45e..06c03345 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -90,6 +90,11 @@ policy-models-pdp ${policy.models.version} + + org.onap.policy.common + spring-utils + ${policy.common.version} + org.onap.policy.common utils-test -- cgit 1.2.3-korg