diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-19 20:01:06 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-19 20:01:12 -0400 |
commit | c8da79dec8d68cded0e1608c914364c2148bb6ec (patch) | |
tree | aef2a53284cff4fa859f7cb9e90d6a75e56b0e14 /policy-endpoints/pom.xml | |
parent | f4d4cd1b885c5075f2c62e5c092d51562ce1c4e0 (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.xml | 6 |
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> |