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 /bpmn/so-bpmn-tasks/pom.xml | |
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 'bpmn/so-bpmn-tasks/pom.xml')
-rw-r--r-- | bpmn/so-bpmn-tasks/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml index dec9560574..f7a4e5e357 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -210,7 +210,7 @@ <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> </exclusion> - <exclusion> + <exclusion> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> </exclusion> |