X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ri%2Fpom.xml;h=98a392a5c216927f6d74c24ea82ebcc19043e131;hb=2a3430b11f80fe977f32a940d980bd13b69376f0;hp=1805986c7ba2a421a667efd9524479c9076e0d3b;hpb=d45b2dc0ec3bb7d56ef1eee784a887459f609832;p=cps.git diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 1805986c7..98a392a5c 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 + 3.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 @@ -38,19 +80,78 @@ lombok - 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 + groovy + test + + + org.spockframework + spock-core + test + + + org.spockframework + spock-spring + test + + + cglib + cglib-nodep + test - org.springframework.boot spring-boot-starter-test test + + + org.junit.vintage + junit-vintage-engine + + org.testcontainers postgresql test + + org.testcontainers + spock + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${docker.pull.registry}/library/ + + + + +