From 34c424689a52614fb414d65899282497fe25b164 Mon Sep 17 00:00:00 2001 From: Serge Simard Date: Thu, 8 Aug 2019 10:55:57 -0400 Subject: Resource Configuration Snapshots Executor and API Issue-ID: CCSDK-1604 Signed-off-by: Serge Simard Change-Id: I349c649e941431b48a309123489d26fb22e0e50a Signed-off-by: Serge Simard --- .../modules/inbounds/configs-api/pom.xml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml (limited to 'ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml') diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml new file mode 100644 index 000000000..d6dacb595 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -0,0 +1,50 @@ + + + + 4.0.0 + + org.onap.ccsdk.cds.blueprintsprocessor + inbounds + 0.5.2-SNAPSHOT + + + configs-api + jar + Blueprints Processor Resource Configurations API + Blueprints Processor Resource Configurations API + + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + config-snapshots + ${project.parent.version} + + + org.springframework.security + spring-security-core + + + org.onap.ccsdk.cds.controllerblueprints + blueprint-core + + + com.h2database + h2 + test + + + -- cgit 1.2.3-korg