From c6151aac8b0a7bea7b85ee809235dc5124088644 Mon Sep 17 00:00:00 2001 From: pasindu Date: Tue, 30 May 2023 23:48:02 +0530 Subject: [PATCH 1/2] Make separate feature for apim rest api component --- uem-core/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uem-core/pom.xml b/uem-core/pom.xml index fa10e7d..26d4c97 100644 --- a/uem-core/pom.xml +++ b/uem-core/pom.xml @@ -291,6 +291,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} From aefda8249a57556dcd6583c910055076128ab972 Mon Sep 17 00:00:00 2001 From: pasindu Date: Wed, 31 May 2023 08:53:58 +0530 Subject: [PATCH 2/2] Add feature entry --- uem-core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uem-core/pom.xml b/uem-core/pom.xml index 26d4c97..3fa349f 100644 --- a/uem-core/pom.xml +++ b/uem-core/pom.xml @@ -466,6 +466,10 @@ io.entgra.device.mgt.core.apimgt.webapp.publisher.feature.group ${io.entgra.device.mgt.core.version} + + io.entgra.device.mgt.core.apimgt.extension.rest.api.feature.group + ${io.entgra.device.mgt.core.version} + io.entgra.device.mgt.core.apimgt.keymgt.extension.feature.group ${io.entgra.device.mgt.core.version}