From 35481027b3fdf251a3b520ab5b1ae89c7d2d0e34 Mon Sep 17 00:00:00 2001 From: Kavitha P Date: Wed, 25 Aug 2021 16:12:18 +0530 Subject: CCSDK-3434 CBA workflow status store Change-Id: Iaeac6fa534c569bbc152e6c8a78c2dd23b6c4b1a Signed-off-by: Kavitha P Issue-ID: CCSDK-3434 --- .../modules/inbounds/workflow-api/pom.xml | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml (limited to 'ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml') diff --git a/ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml new file mode 100644 index 000000000..7e5ebecb8 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml @@ -0,0 +1,56 @@ + + + + + 4.0.0 + + + org.onap.ccsdk.cds.blueprintsprocessor + modules-inbounds + 1.2.0-SNAPSHOT + + + org.onap.ccsdk.cds.blueprintsprocessor.modules + workflow-api + jar + + MS Blueprints Processor Modules - Inbounds - Workflow API + + + + org.springframework.security + spring-security-core + + + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core + + + org.onap.ccsdk.cds.error.catalog + error-catalog-services + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + blueprint-audit-status + ${project.version} + + + org.onap.ccsdk.cds.blueprintsprocessor.modules + db-lib + + + -- cgit 1.2.3-korg