diff options
author | mmis <michael.morris@ericsson.com> | 2018-08-30 13:34:55 +0100 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-08-30 13:39:26 +0100 |
commit | ef849e64bc904f729bace1fb2c43f8cf34de3dd5 (patch) | |
tree | 8879ae092ef1af626bce444fc486fa3076596a99 /policy-endpoints/pom.xml | |
parent | 5443573fe9f8a183f968aa63d08dc3543e73c305 (diff) |
Add support for http PUT
Added support for http PUT for use by the policy forwarder in
policy/distribution
Issue-ID: POLICY-926
Change-Id: Ifa5c2e8be0582797936b95b772ad236f35c10f24
Signed-off-by: mmis <michael.morris@ericsson.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 aedb56d8..03b3d59a 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -139,6 +139,12 @@ <artifactId>jersey-client</artifactId> <version>${jersey.version}</version> </dependency> + + <dependency> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-common</artifactId> + <version>${jersey.version}</version> + </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |