summaryrefslogtreecommitdiffstats
path: root/policy-endpoints/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-03-19 20:01:06 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-03-19 20:01:12 -0400
commitc8da79dec8d68cded0e1608c914364c2148bb6ec (patch)
treeaef2a53284cff4fa859f7cb9e90d6a75e56b0e14 /policy-endpoints/pom.xml
parentf4d4cd1b885c5075f2c62e5c092d51562ce1c4e0 (diff)
Upgrade jersey
Issue-ID: POLICY-1609 Change-Id: I462f0cce8f8b189082bc2cb4bbd23b927f2cb871 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r--policy-endpoints/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index 53e2186f..98bb8b97 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -141,6 +141,12 @@
</dependency>
<dependency>
+ <groupId>org.glassfish.jersey.inject</groupId>
+ <artifactId>jersey-hk2</artifactId>
+ <version>${jersey.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>