From b6b7bef8bdcad15af01ac88a038dd763ce59f68f Mon Sep 17 00:00:00 2001 From: xg353y Date: Tue, 11 Apr 2017 13:30:42 +0200 Subject: [MSO-8] Update the maven dependency Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes. Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc Signed-off-by: xg353y --- .../src/main/java/org/openecomp/mso/rest/RESTClient.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bpmn/MSORESTClient/src/main/java') diff --git a/bpmn/MSORESTClient/src/main/java/org/openecomp/mso/rest/RESTClient.java b/bpmn/MSORESTClient/src/main/java/org/openecomp/mso/rest/RESTClient.java index 5c200046ca..cab3e5082e 100644 --- a/bpmn/MSORESTClient/src/main/java/org/openecomp/mso/rest/RESTClient.java +++ b/bpmn/MSORESTClient/src/main/java/org/openecomp/mso/rest/RESTClient.java @@ -91,7 +91,6 @@ public class RESTClient { private final LinkedHashMap> parameters; private HttpEntity httpEntity; - private HttpClient unitTestClient; /** * Internal method used to build an APIResponse using the specified @@ -583,13 +582,6 @@ public class RESTClient { return httpEntity; } - public HttpClient getUnitTestClient() { - return unitTestClient; - } - - public void setUnitTestClient(HttpClient unitTestClient) { - this.unitTestClient = unitTestClient; - } /** * Allows inclusion of a request body with DELETE. -- cgit 1.2.3-korg