aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/pom.xml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2019-01-24 16:30:15 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-24 16:30:15 +0000
commit0c24e618042e462b261678858aa1a2ad44e92a96 (patch)
tree232bd2f288c0f904e740c3a6e2db54e03386561d /policy-endpoints/pom.xml
parentc612946638797ea7399abb33935753e453ac81ff (diff)
parent18914b033f67d25cc9377b2e381648a9e3184968 (diff)
Merge "Add gson support to policy-endpoints"
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r--policy-endpoints/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index 202c9c2b..4a7f91fe 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -139,6 +139,11 @@
<artifactId>jersey-common</artifactId>
<version>${jersey.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>