From 63a3c3eab3fe59fee26e41779b4033b0d58c2f5c Mon Sep 17 00:00:00 2001 From: tcdlpds Date: Mon, 6 May 2024 10:07:00 +0530 Subject: [PATCH] Fix build failure --- .../pom.xml | 1 - .../io.entgra.device.mgt.core.tenant.mgt.core/pom.xml | 10 +++++++--- pom.xml | 5 +++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.common/pom.xml b/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.common/pom.xml index 6e431bb444..2a088248d7 100644 --- a/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.common/pom.xml +++ b/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.common/pom.xml @@ -65,7 +65,6 @@ org.wso2.carbon.commons org.wso2.carbon.tenant.common - ${carbon.commons.version} diff --git a/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.core/pom.xml b/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.core/pom.xml index b6902e627e..2ffc7f6807 100644 --- a/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.core/pom.xml +++ b/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.core/pom.xml @@ -107,7 +107,6 @@ org.wso2.carbon.commons org.wso2.carbon.tenant.common - ${carbon.commons.version} org.wso2.carbon @@ -124,22 +123,27 @@ io.entgra.device.mgt.core io.entgra.device.mgt.core.device.mgt.core + provided io.entgra.device.mgt.core io.entgra.device.mgt.core.device.mgt.common + provided io.entgra.device.mgt.core io.entgra.device.mgt.core.application.mgt.core + provided io.entgra.device.mgt.core io.entgra.device.mgt.core.application.mgt.common + provided - io.entgra.device.mgt.core - io.entgra.device.mgt.core.tenant.mgt.common + io.entgra.device.mgt.core + io.entgra.device.mgt.core.tenant.mgt.common + provided org.wso2.carbon diff --git a/pom.xml b/pom.xml index c81630de6c..6de6b55efc 100644 --- a/pom.xml +++ b/pom.xml @@ -1874,6 +1874,11 @@ slf4j-ext ${slf4j.ext.version} + + org.wso2.carbon.commons + org.wso2.carbon.tenant.common + ${carbon.commons.version} +