X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-service%2Fpom.xml;h=9c7031e2f8e2e776f871a56f930424f7936bab4c;hb=cc17ae5e08acf4fd5e67185982142326318f5bef;hp=fc4ca12097404333434819d881f22502ac0782a5;hpb=b17558915a61c1a2ee4385c69755589fec7c8c94;p=cps.git diff --git a/cps-service/pom.xml b/cps-service/pom.xml index fc4ca1209..9c7031e2f 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.1-SNAPSHOT + 3.0.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,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 @@ -86,5 +138,20 @@ cglib-nodep test + + org.testcontainers + kafka + test + + + org.springframework.kafka + spring-kafka-test + test + + + org.aspectj + aspectjrt + test +