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 --- spring-utils/pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 spring-utils/pom.xml (limited to 'spring-utils/pom.xml') diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml new file mode 100644 index 00000000..a770b14e --- /dev/null +++ b/spring-utils/pom.xml @@ -0,0 +1,54 @@ + + + + 4.0.0 + + + org.onap.policy.common + common-modules + 1.10.1-SNAPSHOT + + + spring-utils + spring-utils + This artifact contains the common spring related utilitiy classes to be used by multiple policy framework components. + + + + org.onap.policy.common + utils + ${project.version} + + + + org.springframework + spring-web + + + + org.hibernate + hibernate-core + + + + \ No newline at end of file -- cgit 1.2.3-korg