diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-06-24 10:44:53 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-06-30 09:38:04 -0400 |
commit | 71d87a36d125d6df59caab045553efa58125c508 (patch) | |
tree | f8a60d00096b5851d15fa912c255b2170b9d47b1 /adapters/mso-sdnc-adapter | |
parent | 4e708254b1914cee9b3a375374b9b1e486625c1b (diff) |
merged ONAP refactor and fluent builder method
WorkflowAction refactoring
merged ONAP refactor and fluent builder method types
Issue-ID: SO-3005
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I5c2a7dbcdf645efe408f81c1abbc7bfe8770fe9e
Diffstat (limited to 'adapters/mso-sdnc-adapter')
-rw-r--r-- | adapters/mso-sdnc-adapter/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapters/mso-sdnc-adapter/pom.xml b/adapters/mso-sdnc-adapter/pom.xml index 0c320faf8a..8bc9501fbd 100644 --- a/adapters/mso-sdnc-adapter/pom.xml +++ b/adapters/mso-sdnc-adapter/pom.xml @@ -16,7 +16,7 @@ <build> <finalName>${project.artifactId}-${project.version}</finalName> - <pluginManagement> + <pluginManagement> <plugins> <plugin> <groupId>org.eclipse.m2e</groupId> |