aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2019-09-16 22:20:34 -0400
committerChenfei Gao <cgao@research.att.com>2019-09-16 22:26:07 -0400
commit20390c6ed94e2082cb688d76aacabe5366d908fe (patch)
treeb5904fc70141b2ce05c24a6fadb959f282c27c0a /main/pom.xml
parenteeb2aa12f0445829d0aedb91d729f61102c070d8 (diff)
Add changes to support application/yaml in api
Issue-ID: POLICY-2101 Change-Id: I0860ff11231b6a649f52355d8d9333eec7d78826 Signed-off-by: Chenfei Gao <cgao@research.att.com>
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 07287e9f..d7552fcb 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -68,6 +68,11 @@
<version>${policy.models.version}</version>
</dependency>
<dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>utils</artifactId>
+ <version>${policy.common.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>