X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ri%2Fpom.xml;h=98a392a5c216927f6d74c24ea82ebcc19043e131;hb=41897f6465b534eaac4b960bba6f4491ea4d9d15;hp=2c28212afa711570aad69f8fa0ebf3580cc7729a;hpb=7f6616e5d7e2759bc21fad0e363e4e356a8ec8f9;p=cps.git diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 2c28212af..98a392a5c 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -1,3 +1,24 @@ + + + @@ -5,16 +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 @@ -23,6 +58,14 @@ org.springframework.boot spring-boot-starter-validation + + org.springframework.retry + spring-retry + + + org.springframework + spring-aspects + org.postgresql postgresql @@ -36,5 +79,79 @@ org.projectlombok lombok + + 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/ + + + + +