aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2022-02-16 12:04:23 -0500
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2022-02-16 12:04:28 -0500
commitcb67ccf8fa4e3b2663daf2907d2069d9b662f4e7 (patch)
tree08acc300b7170faf501986ac7d48083b02ae28d3 /main/pom.xml
parent5f919673b13d8fd40a6a90b97f4e662ade068304 (diff)
Use classes from policy/common
Use YamlHttpMessageConverter provided by policy/common. Fix few sonar issues. Issue-ID: POLICY-3931 Change-Id: I3c093df059f4ff70e3f99669c2bdea7d84cefcc6 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml
index c89eafd1..fffaa03f 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -42,6 +42,11 @@
<version>${policy.models.version}</version>
</dependency>
<dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>spring-utils</artifactId>
+ <version>${policy.common.version}</version>
+ </dependency>
+ <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>