diff options
author | Max Benjamin <max.benjamin@att.com> | 2021-03-17 16:35:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-17 16:35:06 +0000 |
commit | 10add89694eb04da38e80fd6eb26c369149570ec (patch) | |
tree | 008696053638e02ea538a22fc6b5a5fd08a07652 /bpmn/so-bpmn-tasks | |
parent | b3b5dec2801b3eb4951e3e071490e240c8629a7a (diff) | |
parent | 8b98eb93f7b0c4dc1885a70db3ea8dd7bb84cc77 (diff) |
Merge "update swagger to v3 open api version"
Diffstat (limited to 'bpmn/so-bpmn-tasks')
-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 881cb30548..9f7d09575c 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -105,7 +105,7 @@ <pluginExecutions> <pluginExecution> <pluginExecutionFilter> - <groupId>io.swagger</groupId> + <groupId>io.swagger.codegen.v3</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> <goals> <goal>generate</goal> |