X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ri%2Fpom.xml;h=8d860b004107c61b95c00a5e883aa3d74e642019;hb=4bee6edd2dcf1b2ada3a808ae19b003c684025cd;hp=fb1e6ad3c81ddf1d8f3915f791116ccb38b343db;hpb=f2ce686eeb0781afb6766034581d9508d3501d55;p=cps.git diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index fb1e6ad3c..8d860b004 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.2-SNAPSHOT + 2.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,23 @@ org.modelmapper modelmapper + + org.liquibase + liquibase-core + 4.4.2-nordix + + + commons-codec + commons-codec + + + org.apache.commons + commons-lang3 + + + com.fasterxml.jackson.core + jackson-databind + org.codehaus.groovy @@ -84,4 +143,19 @@ test + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${docker.pull.registry}/library/ + + + + +