X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-service%2Fpom.xml;h=6856f7c671de8fe24a7184ead966cf2c8e35e68a;hb=a3e8d92c291a61395e91554004af318f70090ecf;hp=642d76451d8d7b8a8780a7f9365b9b8539720699;hpb=966f3ab710bd1bebaa81e2394627df47a3f98909;p=cps.git diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 642d76451..6856f7c67 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -1,3 +1,26 @@ + + + @@ -5,13 +28,17 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 1.1.0-SNAPSHOT ../cps-parent/pom.xml cps-service + + org.onap.cps + cps-events + org.opendaylight.yangtools yang-model-api @@ -37,6 +64,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 @@ -63,10 +106,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 +