From 4b3c8a0bb11d71c1be8ac5a966818dafec1124fe Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Wed, 15 Aug 2018 21:31:10 +0000 Subject: Blueprints Processor Service Blueprints Processor API definitions Change-Id: Id44c74938f75e847a43b8e6d0733c36d4dc99e97 Issue-ID: CCSDK-411 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- ms/blueprintsprocessor/application/pom.xml | 59 ++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 ms/blueprintsprocessor/application/pom.xml (limited to 'ms/blueprintsprocessor/application/pom.xml') diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml new file mode 100644 index 000000000..ea422600a --- /dev/null +++ b/ms/blueprintsprocessor/application/pom.xml @@ -0,0 +1,59 @@ + + + + 4.0.0 + + org.onap.ccsdk.apps.blueprintsprocessor + parent + 0.0.3-SNAPSHOT + ../parent + + application + jar + Blueprints Processor Application + Blueprints Processor Application + + + + org.springframework.boot + spring-boot-devtools + runtime + + + org.springframework.boot + spring-boot-starter-web + + + org.onap.ccsdk.apps.blueprintsprocessor + resource-api + + + org.onap.ccsdk.apps.blueprintsprocessor + selfservice-api + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + -- cgit 1.2.3-korg