Fix the docker build error for vfc-nfvo-wfengine
[vfc/nfvo/wfengine.git] / 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