From 843d1f7ec7c45e3aad1d5198b776bb99a235448d Mon Sep 17 00:00:00 2001 From: Shaaban Ebrahim Date: Thu, 24 Oct 2019 12:37:21 +0200 Subject: Update on Health-api -add Combined health check -add combined metrics check Issue-ID: CCSDK-1669 Signed-off-by: Shaaban Ebrahim Change-Id: Idb3c7f67b3f22bd6069f75c193ae458c346fb2ac --- .../modules/inbounds/health-api-common/pom.xml | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml (limited to 'ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml') diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml new file mode 100644 index 000000000..2bd6782a7 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml @@ -0,0 +1,51 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.blueprintsprocessor + inbounds + 0.7.0-SNAPSHOT + + + health-api-common + jar + + Blueprints Processor Health API common + checking system check health endpoints + + + + org.onap.ccsdk.cds.blueprintsprocessor + rest-lib + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-logging + + + + + -- cgit 1.2.3-korg