From d5420aa44fdd96d6c51a891e7357b6bcdd272df6 Mon Sep 17 00:00:00 2001 From: pasindu Date: Tue, 30 May 2023 23:58:22 +0530 Subject: [PATCH] Make separate feature for apim rest api component --- iot-core/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iot-core/pom.xml b/iot-core/pom.xml index 455eedf..fb23a3e 100644 --- a/iot-core/pom.xml +++ b/iot-core/pom.xml @@ -290,6 +290,9 @@ io.entgra.device.mgt.core:io.entgra.device.mgt.core.apimgt.webapp.publisher.feature:${io.entgra.device.mgt.core.version} + + io.entgra.device.mgt.core:io.entgra.device.mgt.core.apimgt.extension.rest.api.feature:${io.entgra.device.mgt.core.version} + io.entgra.device.mgt.core:io.entgra.device.mgt.core.identity.jwt.client.extension.feature:${io.entgra.device.mgt.core.version}