From 89e052d65d764a0b60b4d4412ca0cac939610da4 Mon Sep 17 00:00:00 2001 From: Amalka Subasinghe Date: Tue, 21 Mar 2023 11:44:05 +0530 Subject: [PATCH] added iot analytics --- p2-profile/iot/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/p2-profile/iot/pom.xml b/p2-profile/iot/pom.xml index 214de54..2ce30f9 100644 --- a/p2-profile/iot/pom.xml +++ b/p2-profile/iot/pom.xml @@ -125,6 +125,15 @@ org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.notification.listener.feature:${carbon.device.mgt.plugin.version} + + org.wso2.carbon.devicemgt-plugins:org.wso2.extension.siddhi.device.feature:${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.devicemgt-plugins:org.wso2.extension.siddhi.execution.json.feature:${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.analytics.feature:${carbon.device.mgt.plugin.version} + @@ -149,6 +158,18 @@ org.wso2.carbon.device.mgt.notification.listener.feature.group ${carbon.device.mgt.plugin.version} + + org.wso2.extension.siddhi.device.feature.group + ${carbon.device.mgt.plugin.version} + + + org.wso2.extension.siddhi.execution.json.feature.group + ${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.device.mgt.iot.analytics.feature.group + ${carbon.device.mgt.plugin.version} +