X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ncmp-rest%2Fpom.xml;h=f363c01f66019fe307b80d694176308850f5f979;hb=2499f273476b1a142d6913e7ca30a712bc54dbe8;hp=6679932dbd633af7a2b3f9c0136ccc123c5ba875;hpb=fd0600d914eff2ee57ecff7d68c56f03951ff9da;p=cps.git diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 6679932db..f363c01f6 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -27,12 +27,16 @@ org.onap.cps cps-parent - 3.3.3-SNAPSHOT + 3.4.4-SNAPSHOT ../cps-parent/pom.xml cps-ncmp-rest + + 0.99 + + ${project.groupId} @@ -57,10 +61,18 @@ org.springframework.boot spring-boot-starter-jetty + + com.google.code.gson + gson + io.swagger.core.v3 swagger-annotations + + io.swagger.core.v3 + swagger-models + org.mapstruct mapstruct @@ -69,6 +81,10 @@ org.mapstruct mapstruct-processor + + org.openapitools + jackson-databind-nullable + org.codehaus.groovy @@ -107,8 +123,9 @@ - com.google.code.gson - gson + org.junit.jupiter + junit-jupiter + test @@ -137,6 +154,7 @@ src/gen/java java11 true + true true false true @@ -159,6 +177,7 @@ src/gen/java java11 true + true true false true @@ -179,9 +198,24 @@ + + ncmp-openapi-yaml-gen + + generate + + compile + + ${project.basedir}/docs/openapi/openapi.yml + openapi-yaml + + openapi.yaml + + + + org.apache.maven.plugins maven-resources-plugin @@ -195,7 +229,7 @@ - ${project.basedir}/target/generated-sources/swagger/ + ${project.basedir}/target/generated-sources/openapi/ openapi*.yaml