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}
+