From: Joseph Keenan Date: Thu, 26 May 2022 10:37:28 +0000 (+0000) Subject: Merge "CompositeStateBuilder added for building the compositeState" X-Git-Tag: 3.1.0~117 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=85d4473a5994e2111bb481a641e49badb8602fb0;hp=-c;p=cps.git Merge "CompositeStateBuilder added for building the compositeState" --- 85d4473a5994e2111bb481a641e49badb8602fb0 diff --combined cps-ncmp-service/pom.xml index 45112de17,9467b8f8d..99a024e65 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@@ -31,29 -31,15 +31,32 @@@ cps-ncmp-service + + 0.93 + ${project.groupId} cps-service + + org.onap.cps + cps-ncmp-events + + + org.springframework + spring-web + + + org.mapstruct + mapstruct + + + org.mapstruct + mapstruct-processor + + org.spockframework spock-core @@@ -64,16 -50,6 +67,16 @@@ spock-spring test + + org.testcontainers + kafka + test + + + org.testcontainers + spock + test + org.springframework.boot spring-boot-starter-test @@@ -85,5 -61,13 +88,5 @@@ - - org.springframework - spring-web - - - org.springframework.boot - spring-boot-starter-validation -