From 5b97cd4470b9668ed31bf7663808c32087ba696c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sat, 8 Dec 2018 11:27:17 +0000 Subject: Support HTTP headers in REST Client Fixed REST client plugin to supprot HTTP headers and add unit test to plugin. Change-Id: I6a71ab7f83ed2126b8600bb5e586f971dbdacdc0 Issue-ID: POLICY-1222 Signed-off-by: liamfallon --- testsuites/integration/integration-uservice-test/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testsuites') diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index b139f2494..3b276414e 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -186,6 +186,11 @@ jersey-container-servlet-core ${version.jersey} + + org.glassfish.jersey.inject + jersey-hk2 + ${version.jersey} + -- cgit 1.2.3-korg