X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fpom.xml;h=20870c369e6e197372c0144835e2238465640a0f;hb=ee1ca9a51fb57c33814e21785ce98f8b563f44f8;hp=22c1b7960b213242bb437a1abaaf934b9e3dd3c2;hpb=7aedbc592fecc4e228eeb9a8c7eeeee1be76c3f2;p=cps.git diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 22c1b7960..20870c369 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -15,6 +15,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -25,7 +27,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 3.0.0-SNAPSHOT ../cps-parent/pom.xml @@ -55,17 +57,22 @@ spring-boot-starter-jetty - io.swagger.core.v3 - swagger-annotations + org.springframework.retry + spring-retry - io.springfox - springfox-boot-starter + org.springframework + spring-aspects - io.swagger + io.swagger.core.v3 swagger-annotations + + org.springdoc + springdoc-openapi-ui + 1.5.11 + org.apache.commons commons-lang3 @@ -121,6 +128,7 @@ swagger-codegen-maven-plugin + code-gen generate @@ -141,6 +149,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 + + + + + + +