X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-service%2Fpom.xml;h=9c7031e2f8e2e776f871a56f930424f7936bab4c;hb=165e3b8bcc492ebe31431f30c14d5dc98bb7f18e;hp=878c4434d350390895137f64dd20fded0d4f0266;hpb=8df61a97b4c1798ade8034cb481943fe6da65322;p=cps.git diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 878c4434d..9c7031e2f 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -1,7 +1,9 @@ @@ -24,13 +28,21 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 3.0.0-SNAPSHOT ../cps-parent/pom.xml cps-service + + 0.94 + + + + org.onap.cps + cps-events + org.opendaylight.yangtools yang-model-api @@ -64,6 +76,14 @@ com.github.ben-manes.caffeine caffeine + + org.springframework.kafka + spring-kafka + + + org.springframework + spring-messaging + org.slf4j @@ -74,17 +94,30 @@ org.springframework spring-context + + org.springframework.boot + spring-boot-starter-validation + com.google.code.gson gson + + org.springframework.boot + spring-boot-starter-aop + org.codehaus.groovy groovy test + + org.codehaus.groovy + groovy-json + test + org.spockframework spock-core @@ -105,5 +138,20 @@ cglib-nodep test + + org.testcontainers + kafka + test + + + org.springframework.kafka + spring-kafka-test + test + + + org.aspectj + aspectjrt + test +