diff --git a/features/extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml b/features/extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml
index a8be9fc351..a09b53a80a 100644
--- a/features/extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml
+++ b/features/extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml
@@ -80,6 +80,9 @@
io.github.openfeign:feign-gson:${io.github.openfeign.version}
+
+ io.github.openfeign:feign-slf4j:${io.github.openfeign.version}
+
org.wso2.carbon.core.server:${carbon.kernel.version}
diff --git a/features/extensions-feature/org.wso2.carbon.device.mgt.adapter.feature/pom.xml b/features/extensions-feature/org.wso2.carbon.device.mgt.adapter.feature/pom.xml
index 65d06ffea9..e10bd7e2de 100644
--- a/features/extensions-feature/org.wso2.carbon.device.mgt.adapter.feature/pom.xml
+++ b/features/extensions-feature/org.wso2.carbon.device.mgt.adapter.feature/pom.xml
@@ -198,6 +198,9 @@
io.github.openfeign:feign-core:${io.github.openfeign.version}
+
+ io.github.openfeign:feign-slf4j:${io.github.openfeign.version}
+
io.github.openfeign:feign-gson:${io.github.openfeign.version}