X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fpom.xml;h=60191972697ed1150196fb4eb455067ef3e72e43;hb=ae74cfd469d290a2a9ede5e8ae10fed4851dbbf0;hp=4b42656e89d8c6141f16dc3430c9c10303450aea;hpb=9be188dd7a5d0507a94e2ce321d3f3390d195a4e;p=cps.git diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 4b42656e8..601919726 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -2,6 +2,7 @@ @@ -25,7 +28,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml @@ -67,20 +70,21 @@ swagger-annotations - io.springfox - springfox-boot-starter - - - io.swagger - swagger-annotations + org.springdoc + springdoc-openapi-ui + 1.5.11 org.apache.commons commons-lang3 - org.modelmapper - modelmapper + org.mapstruct + mapstruct + + + org.mapstruct + mapstruct-processor @@ -129,6 +133,7 @@ swagger-codegen-maven-plugin + code-gen generate @@ -149,6 +154,29 @@ + + maven-resources-plugin + + + copy-resources + compile + + copy-resources + + + ${project.basedir}/target/classes/static/api-docs/cps-core + + + ${project.basedir}/target/generated-sources/swagger/ + + openapi.yaml + + + + + + +