Provide missing import for sdncutil
Change-Id: I8f14bb55f8e577c33f566903f77dd31e3371936a
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
import org.openecomp.mso.bpmn.core.json.JsonUtils\r
import org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.client.builder.AbstractBuilder\r
import org.openecomp.mso.rest.APIResponse\r
+import org.openecomp.mso.bpmn.common.scripts.SDNCAdapterUtils\r
\r
import java.util.UUID;\r
\r
ExceptionUtil exceptionUtil = new ExceptionUtil()\r
\r
JsonUtils jsonUtil = new JsonUtils()\r
+\r
+ SDNCAdapterUtils sdncAdapterUtils = new SDNCAdapterUtils()\r
\r
public void preProcessRequest(DelegateExecution execution){\r
def isDebugEnabled = execution.getVariable("isDebugLogEnabled")\r