From 01851b39add9712b2ce66ab23ccb7dd839c1ce0c Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Mon, 14 Feb 2022 14:17:14 -0500 Subject: Move common classes to policy/common Moving YamlHttpMessageConverter & CustomImplicitNamingStrategy classes to policy/common (spring-utils sub-module). So that the same can be used by multiple components without duplicating it. These classes are already covered by tests at each component. Issue-ID: POLICY-3931 Change-Id: I8fc6978b585bfcd930e0916f67961d05946d207c Signed-off-by: Ram Krishna Verma --- pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2e544bcf..af783c80 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,7 @@ integrity-audit integrity-monitor policy-endpoints + spring-utils -- cgit 1.2.3-korg