From e212b1dc3df56ab6c3ad5a55342985a7406a066c Mon Sep 17 00:00:00 2001 From: charitha Date: Mon, 2 Mar 2020 21:36:03 +0530 Subject: [PATCH] Add Health Check API to distribution --- modules/p2-profile/iot-core-profile/pom.xml | 23 +++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/modules/p2-profile/iot-core-profile/pom.xml b/modules/p2-profile/iot-core-profile/pom.xml index b9793dff..4957c6f5 100644 --- a/modules/p2-profile/iot-core-profile/pom.xml +++ b/modules/p2-profile/iot-core-profile/pom.xml @@ -184,6 +184,9 @@ org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.notification.listener.feature:${carbon.device.mgt.plugin.version} + + org.wso2.carbon.devicemgt-plugins:io.entgra.health.check.api.feature:${carbon.device.mgt.plugin.version} + @@ -971,10 +974,14 @@ org.wso2.carbon.device.mgt.mobile.android.feature.group ${carbon.device.mgt.plugin.version} - - org.wso2.carbon.device.mgt.notification.listener.feature.group - ${carbon.device.mgt.plugin.version} - + + org.wso2.carbon.device.mgt.notification.listener.feature.group + ${carbon.device.mgt.plugin.version} + + + io.entgra.health.check.api.feature.group + ${carbon.device.mgt.plugin.version} + org.wso2.carbon.device.mgt.adapter.feature.group @@ -1968,6 +1975,10 @@ org.wso2.carbon.device.mgt.notification.listener.feature.group ${carbon.device.mgt.plugin.version} + + io.entgra.health.check.api.feature.group + ${carbon.device.mgt.plugin.version} + org.wso2.carbon.device.mgt.adapter.feature.group @@ -2575,6 +2586,10 @@ org.wso2.carbon.device.mgt.notification.listener.feature.group ${carbon.device.mgt.plugin.version} + + io.entgra.health.check.api.feature.group + ${carbon.device.mgt.plugin.version} +