diff options
author | Steve Smokowski <ss835w@att.com> | 2020-03-16 20:00:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-16 20:00:44 +0000 |
commit | 6a168ffe4d98f9c55b1c8cd59c1994e63e0b0692 (patch) | |
tree | 544a4299b42b9c1cb7e6c3787dcfb59adc4cee4b /bpmn/so-bpmn-infrastructure-common/src | |
parent | 87526b32282d2202f10201e897afedb9b8cd5c64 (diff) | |
parent | 2627532a195121c98c0aadbd3d3658e630c14234 (diff) |
Merge "update poms to be compatible with eclipse IDE"
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-common/src')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceInstance.groovy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceInstance.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceInstance.groovy index ae239d9e68..bdeaec266f 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceInstance.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceInstance.groovy @@ -1,7 +1,6 @@ package org.onap.so.bpmn.infrastructure.scripts -import org.onap.so.bpmn.core.domain.AllottedResource import org.onap.aai.domain.yang.AllottedResource import static org.apache.commons.lang3.StringUtils.*; |