X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-dependencies%2Fpom.xml;h=73cca23919858b66acd8e3e25d43346c0c7af4d7;hb=ac5ae3e24e347bb6d643e9b4e5ebcf3baa7152a2;hp=8d147abebe275e91d2bc467479ab7f8a6fdaaad2;hpb=0e210d77ec39915046a95615f5f9d2a2dc65162b;p=cps.git diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 8d147abeb..73cca2391 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -2,6 +2,8 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.cps cps-dependencies - 1.1.0-SNAPSHOT + 3.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -44,8 +48,21 @@ /content/repositories/snapshots/ true 1.15.1 + 1.4.2.Final + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + + ecomp-releases @@ -64,14 +81,14 @@ org.springframework.boot spring-boot-dependencies - 2.5.0 + 2.6.4 pom import org.springframework.cloud spring-cloud-dependencies - 2020.0.2 + 2021.0.1 pom import @@ -87,17 +104,16 @@ swagger-annotations 2.1.4 - - - io.swagger - swagger-annotations - 1.6.2 - io.springfox springfox-boot-starter 3.0.0 + + com.google.code.gson + gson + 2.8.9 + com.vladmihalcea hibernate-types-52 @@ -139,9 +155,9 @@ 3.11 - org.modelmapper - modelmapper - 2.3.8 + org.jetbrains + annotations + 22.0.0 org.testcontainers @@ -174,6 +190,26 @@ 0.18.0 test + + org.mapstruct + mapstruct + ${mapstruct.version} + + + org.mapstruct + mapstruct-processor + ${mapstruct.version} + + + net.logstash.logback + logstash-logback-encoder + 7.0.1 + + + org.codehaus.janino + janino + 3.1.7 +