X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-service%2Fpom.xml;h=b9d626874687d5cf07f9c47791ba1f9719b5ebb3;hb=ac5ae3e24e347bb6d643e9b4e5ebcf3baa7152a2;hp=e5e1cad4f1376af3e9aa908a9e601d8e3a1511ae;hpb=dbffd9196b8636c5302cade1258ef347e9f99445;p=cps.git diff --git a/cps-service/pom.xml b/cps-service/pom.xml index e5e1cad4f..b9d626874 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -1,3 +1,26 @@ + + + @@ -5,13 +28,21 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml cps-service + + 0.94 + + + + org.onap.cps + cps-events + org.opendaylight.yangtools yang-model-api @@ -45,6 +76,14 @@ com.github.ben-manes.caffeine caffeine + + org.springframework.kafka + spring-kafka + + + org.springframework + spring-messaging + org.slf4j @@ -55,17 +94,38 @@ org.springframework spring-context + + org.springframework.boot + spring-boot-starter-validation + com.google.code.gson gson + + org.springframework.boot + spring-boot-starter-aop + + + net.logstash.logback + logstash-logback-encoder + + + org.codehaus.janino + janino + org.codehaus.groovy groovy test + + org.codehaus.groovy + groovy-json + test + org.spockframework spock-core @@ -86,5 +146,20 @@ cglib-nodep test + + org.testcontainers + kafka + test + + + org.springframework.kafka + spring-kafka-test + test + + + org.aspectj + aspectjrt + test +