X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-service%2Fpom.xml;h=0c7556407ff906d559cb80e6a9beb43166bf9055;hb=05e7b8a207b1c641468e77d754fe1a5ae9e1a51e;hp=7225e434038788368c7411d70dc636bff5aac94e;hpb=5ecf25627589001888c68e9f413c28ccaac69c26;p=cps.git diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 7225e4340..0c7556407 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -1,3 +1,26 @@ + + + @@ -5,13 +28,21 @@ org.onap.cps cps-parent - 0.0.2-SNAPSHOT + 2.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,6 +94,10 @@ org.springframework spring-context + + org.springframework.boot + spring-boot-starter-validation + com.google.code.gson @@ -66,6 +109,11 @@ groovy test + + org.codehaus.groovy + groovy-json + test + org.spockframework spock-core @@ -86,5 +134,15 @@ cglib-nodep test + + org.testcontainers + kafka + test + + + org.springframework.kafka + spring-kafka-test + test +