replace all fixed wiremock ports
[so.git] / bpmn / MSOCommonBPMN / src / main / groovy / org / onap / so / bpmn / common / scripts / SDNCAdapterRestV2.groovy
index f91bf54..e56091a 100644 (file)
@@ -294,4 +294,8 @@ class SDNCAdapterRestV2 extends SDNCAdapterRestV1 {
                        exceptionUtil.buildWorkflowException(execution, 5300, msg)
                }
        }
+       
+       public Logger getLogger() {
+               return logger;
+       }
 }