From 8edec22767a6fdb055af92ef815e374987ed8d22 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 7 Apr 2020 11:51:20 -0400 Subject: Roll to next Guilin snapshot Roll to next Guilin snapshot release Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney Change-Id: I1a5ea68da8821ffe28ac84e60177af05e26b3585 --- ms/blueprintsprocessor/modules/inbounds/pom.xml-n | 99 +++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/inbounds/pom.xml-n (limited to 'ms/blueprintsprocessor/modules/inbounds/pom.xml-n') diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/pom.xml-n new file mode 100644 index 000000000..17189d800 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml-n @@ -0,0 +1,99 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.blueprintsprocessor + modules + 1.0.0-SNAPSHOT + + + inbounds + pom + + Blueprints Processor Inbounds POM + Blueprints Processor Inbounds + + + configs-api + designer-api + resource-api + selfservice-api + health-api + health-api-common + + + + + org.springframework.security + spring-security-core + + + org.onap.ccsdk.cds.blueprintsprocessor + workflow-service + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + resource-resolution + + + + + io.mockk + mockk + test + + + org.powermock + powermock-api-mockito2 + test + + + org.springframework.boot + spring-boot-starter-test + test + + + org.jetbrains.kotlin + kotlin-test-junit + test + + + org.jetbrains.kotlinx + kotlinx-coroutines-test + test + + + io.grpc + grpc-testing + test + + + io.projectreactor + reactor-test + test + + + + com.h2database + h2 + test + + + -- cgit 1.2.3-korg