diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-02-16 12:12:20 -0500 |
---|---|---|
committer | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2022-02-17 16:20:38 +0000 |
commit | 469efa7b10fd10ebd3cd49d133794f5e31a556c0 (patch) | |
tree | 613230b2eb9ac7e33f35424f565338d67482749a /main/pom.xml | |
parent | ce7b217261784bb4cd2edd44d482ce6a705c9232 (diff) |
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 <ram_krishna.verma@bell.ca>
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml index 621fb45e..06c03345 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -92,6 +92,11 @@ </dependency> <dependency> <groupId>org.onap.policy.common</groupId> + <artifactId>spring-utils</artifactId> + <version>${policy.common.version}</version> + </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> <artifactId>utils-test</artifactId> <version>${policy.common.version}</version> <scope>test</scope> |