X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ncmp-service%2Fpom.xml;h=d94c6d1dec484ff11f3c7e23ed74c7d7471cf310;hb=57ba6b73a739b3c6dbbe7c68c79359f443dfc33d;hp=5145a12ce47b7f14354ca4844a03929eb7907a82;hpb=304b9f319cddad71a77f6bbffb8c18f63b7f5ee2;p=cps.git diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 5145a12ce..d94c6d1de 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2021-2022 Nordix Foundation Modifications Copyright (C) 2021 Pantheon.tech + Modifications Copyright (C) 2022 Bell Canada ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,17 +27,45 @@ org.onap.cps cps-parent - 3.0.0-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml cps-ncmp-service + + 0.96 + ${project.groupId} cps-service + + org.onap.cps + cps-ncmp-events + + + ${project.groupId} + cps-path-parser + + + org.springframework + spring-web + + + org.mapstruct + mapstruct + + + org.mapstruct + mapstruct-processor + + + com.hazelcast + hazelcast-spring + + org.spockframework spock-core @@ -47,6 +76,16 @@ spock-spring test + + org.testcontainers + kafka + test + + + org.testcontainers + spock + test + org.springframework.boot spring-boot-starter-test @@ -58,17 +97,5 @@ - - org.springframework - spring-web - - - org.springframework.boot - spring-boot-starter-validation - - - org.modelmapper - modelmapper -