diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml
index 967a957f69..6341425bfb 100644
--- a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml
+++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml
@@ -44,6 +44,16 @@
org.wso2.carbon.devicemgt
org.wso2.carbon.device.mgt.common
+
+ org.wso2.carbon.devicemgt
+ org.wso2.carbon.device.mgt.server.feature
+ zip
+
+
+ org.wso2.carbon.devicemgt
+ org.wso2.carbon.device.mgt.extensions.feature
+ zip
+
@@ -101,6 +111,7 @@
org.wso2.carbon.core.server:${carbon.kernel.version}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
+ org.wso2.carbon.device.mgt.extensions:${carbon.device.mgt.version}
diff --git a/pom.xml b/pom.xml
index dd66c8eb01..64d4955f36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,6 +229,18 @@
org.wso2.carbon.policy.mgt.core
${carbon.device.mgt.version}
+
+ org.wso2.carbon.devicemgt
+ org.wso2.carbon.device.mgt.server.feature
+ zip
+ ${carbon.device.mgt.version}
+
+
+ org.wso2.carbon.devicemgt
+ org.wso2.carbon.device.mgt.extensions.feature
+ zip
+ ${carbon.device.mgt.version}
+