Provide missing import for sdncutil 65/42265/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 11 Apr 2018 13:01:31 +0000 (13:01 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 11 Apr 2018 13:05:03 +0000 (13:05 +0000)
Provide missing import for sdncutil

Change-Id: I8f14bb55f8e577c33f566903f77dd31e3371936a
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy

index b6b1adc..a0df8e2 100644 (file)
@@ -31,6 +31,7 @@ import org.openecomp.mso.bpmn.core.WorkflowException
 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
@@ -54,6 +55,8 @@ public class CreateSDNCNetworkResource extends AbstractServiceTaskProcessor {
     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