From 9426ae8762a86bda07d99b807718ab2590642b25 Mon Sep 17 00:00:00 2001 From: egernug Date: Wed, 21 Jun 2023 11:16:02 +0100 Subject: Chsnge to OpenApi 3.0 In preparation for the Java 17 and Springboot 3 migrations Swagger Codegen has to upgrade to OpenApi 3.0 This effects cps-rest and cps-ncmp-rest Issue-Id: CPS-1745 Signed-off-by: egernug Change-Id: I18b8e9ca26d0123009702c2474efbfbeec6d4c44 --- cps-ncmp-rest/pom.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'cps-ncmp-rest/pom.xml') diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 8c84546b2..6679932db 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -116,8 +116,9 @@ - io.swagger.codegen.v3 - swagger-codegen-maven-plugin + org.openapitools + openapi-generator-maven-plugin + 6.6.0 ncmp-code-gen @@ -129,13 +130,16 @@ org.onap.cps.ncmp.rest.controller org.onap.cps.ncmp.rest.model org.onap.cps.ncmp.rest.api - spring + spring false + true src/gen/java java11 true true + false + true @@ -149,13 +153,15 @@ org.onap.cps.ncmp.rest.controller org.onap.cps.ncmp.rest.model org.onap.cps.ncmp.rest.api - spring + spring false src/gen/java java11 true true + false + true @@ -167,7 +173,7 @@ compile ${project.basedir}/docs/openapi/openapi-inventory.yml - openapi-yaml + openapi-yaml openapi-inventory.yaml -- cgit 1.2.3-korg