X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fblueprintsprocessor%2Fmodules%2Finbounds%2Fpom.xml;h=a1d716110601cc3ed91916e96c4a5d1ff1e5b9fc;hb=4e089ab6271e00389ea2c4e995d785acf2046720;hp=c8f6b9e42c6f9d39b642d2f269616d5720bbcba0;hpb=5453c29bf6f559a9aed18ed72879ff64b34aa0fd;p=ccsdk%2Fcds.git diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index c8f6b9e42..a1d716110 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.4.2-SNAPSHOT + 0.7.0-SNAPSHOT inbounds @@ -29,10 +29,17 @@ Blueprints Processor Inbounds + configs-api + designer-api resource-api selfservice-api + health-api + + org.springframework.security + spring-security-core + org.onap.ccsdk.cds.blueprintsprocessor workflow-service @@ -44,6 +51,12 @@ org.springframework.boot spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-logging + + @@ -72,10 +85,21 @@ kotlinx-coroutines-test test + + io.grpc + grpc-testing + test + io.projectreactor reactor-test test + + + com.h2database + h2 + test +