X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ri%2Fpom.xml;h=6e92894fca93be4c17e9ee4ed899f6a3dc2306a2;hb=d5bda8848a661465f214b0bf11211e63b272cfd6;hp=a43e0cb0ec9ce89902c6929dfd0496803f0e022c;hpb=dc6f81cf4ce3c42e711f1cd0c6f50000d4e0101d;p=cps.git diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index a43e0cb0e..6e92894fc 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -1,3 +1,24 @@ + + + @@ -5,21 +26,30 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 3.0.0-SNAPSHOT ../cps-parent/pom.xml cps-ri - - ${project.reporting.outputDirectory}/jacoco-aggregate/jacoco.xml,${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - + + + 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 @@ -28,6 +58,14 @@ org.springframework.boot spring-boot-starter-validation + + org.springframework.retry + spring-retry + + + org.springframework + spring-aspects + org.postgresql postgresql @@ -42,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/ + + + + +