From bf30532b84d21e98cb266f20fe961ba280909dca Mon Sep 17 00:00:00 2001 From: Shaaban Ebrahim Date: Tue, 10 Sep 2019 18:12:32 +0200 Subject: add health-api project Issue-ID: CCSDK-1669 Signed-off-by: Shaaban Ebrahim Change-Id: I8a05db50e4f896ecc2e040a113d1fc676f139121 --- .../modules/inbounds/health-api/pom.xml | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml (limited to 'ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml') diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml new file mode 100644 index 000000000..964de1e3c --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml @@ -0,0 +1,40 @@ + + + + 4.0.0 + + inbounds + org.onap.ccsdk.cds.blueprintsprocessor + 0.6.1-SNAPSHOT + + org.onap.ccsdk.cds.blueprintsprocessor + health-api + + + jar + health api for checking the system + checking system check health endpoints + + + + org.onap.ccsdk.cds.blueprintsprocessor + rest-lib + + + -- cgit 1.2.3-korg