diff options
author | Liam Fallon <liam.fallon@est.tech> | 2023-02-20 16:04:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-02-20 16:04:42 +0000 |
commit | c8c13eef9a8b2c24baf7e5c3b7b2504e90a01e12 (patch) | |
tree | eb687c809c3e104a5f1a4f3f86d2f03d873edb26 /participant/participant-impl/participant-impl-kubernetes | |
parent | 9164565729a729f5503f4d5f6589acf6e332bbbe (diff) | |
parent | 0e405f340fb2d35753251771816290fe44cd8386 (diff) |
Merge "Clean up dependencies for London Release"
Diffstat (limited to 'participant/participant-impl/participant-impl-kubernetes')
-rw-r--r-- | participant/participant-impl/participant-impl-kubernetes/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/participant/participant-impl/participant-impl-kubernetes/pom.xml b/participant/participant-impl/participant-impl-kubernetes/pom.xml index 503816e5f..b3c880273 100644 --- a/participant/participant-impl/participant-impl-kubernetes/pom.xml +++ b/participant/participant-impl/participant-impl-kubernetes/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021 Nordix Foundation. + Copyright (C) 2021,2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -54,7 +54,6 @@ <plugin> <groupId>io.swagger.codegen.v3</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> - <version>${version.swagger.codegen.v3}</version> <executions> <execution> <id>code-gen</id> |