X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-service%2Fpom.xml;h=38cdfce067c4936bc133b7d0b9a9e7760b1172d0;hb=0d7bf6913ab9db89c474c2bfe30a48ccc130e462;hp=7225e434038788368c7411d70dc636bff5aac94e;hpb=8c9b592e7e04d2d2a27c9da6befe7ea13aedadfd;p=cps.git diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 7225e4340..38cdfce06 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 + 3.0.1-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 +