Fix the docker build error for vfc-nfvo-wfengine 69/22269/1 1.0.0-Amsterdam 1.0.0-ONAP v1.0.0
authorZhaoxing <meng.zhaoxing1@zte.com.cn>
Mon, 6 Nov 2017 07:25:18 +0000 (15:25 +0800)
committerZhaoxing <meng.zhaoxing1@zte.com.cn>
Mon, 6 Nov 2017 07:25:18 +0000 (15:25 +0800)
Change-Id: I5e6b1cd5021bd2a01ee42288f969297bbdd12595
Issue-id: VFC-445
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
wfenginemgrservice/src/main/java/org/onap/workflow/common/RestClient.java

index e90da7c..5dcef70 100644 (file)
@@ -180,7 +180,9 @@ public class RestClient {
     try {\r
       httpClient = HttpClients.createDefault();\r
       // "http://localhost:8080/activiti-rest/service/repository/deployments/167501"\r
-      String deleteUrl = Constants.HTTP_HEADER + ip + Constants.COLON + port + url;\r
+    /*  String deleteUrl =\r
+          Constants.HTTP_HEADER + ip + Constants.COLON + port + url + "?cascade=true";*/\r
+      String deleteUrl = Constants.HTTP_HEADER + ip + Constants.COLON + port + url + "?cascade=true";\r
       HttpDeleteWithBody httpDeteTest = new HttpDeleteWithBody(deleteUrl);\r
       Gson gson = new Gson();\r
       RequestParameters reqPa = new RequestParameters();\r