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-rest/pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'cps-rest/pom.xml') diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index f6f81006e..c581b061d 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -128,8 +128,9 @@ - io.swagger.codegen.v3 - swagger-codegen-maven-plugin + org.openapitools + openapi-generator-maven-plugin + 6.6.0 code-gen @@ -141,13 +142,15 @@ org.onap.cps.rest.controller org.onap.cps.rest.model org.onap.cps.rest.api - spring + spring false src/gen/java java11 true true + false + true -- cgit 1.2.3-korg