X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ri%2Fpom.xml;h=273cb2e72fa2a1b8b50ba3b0c075155635735d3b;hb=9e3fc4952acb7e9a8aa398edaef3f3f86e5c61b8;hp=005fa272f832bada8865c856aaf93624685b1e0c;hpb=30da8a9ea8f8f77ab5976097749caffbd16c4a93;p=cps.git diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 005fa272f..273cb2e72 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -1,3 +1,24 @@ + + + @@ -5,17 +26,30 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 1.1.0-SNAPSHOT ../cps-parent/pom.xml cps-ri + + + nordix-liquibase-repo + liquibase + https://artifactory.nordix.org/artifactory/liquibase + + + ${project.groupId} cps-service + + ${project.groupId} + cps-path-parser + ${project.version} + org.springframework.boot spring-boot-starter-data-jpa @@ -24,6 +58,14 @@ org.springframework.boot spring-boot-starter-validation + + org.springframework.retry + spring-retry + + + org.springframework + spring-aspects + org.postgresql postgresql @@ -41,6 +83,19 @@ org.modelmapper modelmapper + + org.liquibase + liquibase-core + 4.4.2-nordix + + + commons-codec + commons-codec + + + org.apache.commons + commons-lang3 + org.codehaus.groovy @@ -84,4 +139,18 @@ test + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${docker.pull.registry}/library/ + + + + +