aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2022-02-14 14:17:14 -0500
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2022-02-16 09:18:29 -0500
commit01851b39add9712b2ce66ab23ccb7dd839c1ce0c (patch)
tree99b5159f0f76884ee988866e73142c6651040a6f /pom.xml
parent6a7b2bafee504d41f061f470746999f4ddcaf964 (diff)
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2e544bcf..af783c80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
<module>integrity-audit</module>
<module>integrity-monitor</module>
<module>policy-endpoints</module>
+ <module>spring-utils</module>
</modules>
<dependencyManagement>