Move common classes to policy/common 11/127111/6
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Mon, 14 Feb 2022 19:17:14 +0000 (14:17 -0500)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 16 Feb 2022 14:18:29 +0000 (09:18 -0500)
commit01851b39add9712b2ce66ab23ccb7dd839c1ce0c
tree99b5159f0f76884ee988866e73142c6651040a6f
parent6a7b2bafee504d41f061f470746999f4ddcaf964
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 <ram_krishna.verma@bell.ca>
pom.xml
spring-utils/pom.xml [new file with mode: 0644]
spring-utils/src/main/java/org/onap/policy/common/spring/utils/CustomImplicitNamingStrategy.java [new file with mode: 0644]
spring-utils/src/main/java/org/onap/policy/common/spring/utils/YamlHttpMessageConverter.java [new file with mode: 0644]