X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-service%2Fpom.xml;h=6cef985f89f98b3b9025390bb1adfbc939f54147;hb=09c6b6e1fa2684c913d7b904f7c7ad6b26b04ef1;hp=642d76451d8d7b8a8780a7f9365b9b8539720699;hpb=966f3ab710bd1bebaa81e2394627df47a3f98909;p=cps.git diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 642d76451..6cef985f8 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 + 2.1.0-SNAPSHOT ../cps-parent/pom.xml cps-service + + 0.94 + + + + org.onap.cps + cps-events + org.opendaylight.yangtools yang-model-api @@ -37,6 +68,22 @@ org.projectlombok lombok + + org.springframework.boot + spring-boot-starter-cache + + + com.github.ben-manes.caffeine + caffeine + + + org.springframework.kafka + spring-kafka + + + org.springframework + spring-messaging + org.slf4j @@ -47,6 +94,10 @@ org.springframework spring-context + + org.springframework.boot + spring-boot-starter-validation + com.google.code.gson @@ -63,10 +114,30 @@ spock-core test + + org.spockframework + spock-spring + test + + + org.springframework.boot + spring-boot-starter-test + test + cglib cglib-nodep test + + org.testcontainers + kafka + test + + + org.springframework.kafka + spring-kafka-test + test +