diff --git a/features/registry-task/org.wso2.carbon.registry.task.server.feature/pom.xml b/features/registry-task/org.wso2.carbon.registry.task.server.feature/pom.xml
index cca6669f8..5b4b5cd19 100644
--- a/features/registry-task/org.wso2.carbon.registry.task.server.feature/pom.xml
+++ b/features/registry-task/org.wso2.carbon.registry.task.server.feature/pom.xml
@@ -63,7 +63,7 @@
org.wso2.carbon.registry.core.server:${carbon.registry.version}
- org.wso2.carbon.ntask
+ org.wso2.carbon.ntask:${carbon.commons.version}
diff --git a/features/reporting/org.wso2.carbon.registry.reporting.server.feature/pom.xml b/features/reporting/org.wso2.carbon.registry.reporting.server.feature/pom.xml
index ae28eedb6..94af0b050 100644
--- a/features/reporting/org.wso2.carbon.registry.reporting.server.feature/pom.xml
+++ b/features/reporting/org.wso2.carbon.registry.reporting.server.feature/pom.xml
@@ -64,7 +64,7 @@
org.wso2.carbon.registry.core.server:${carbon.registry.version}
- org.wso2.carbon.reporting.server
+ org.wso2.carbon.reporting.server:${carbon.commons.version}
diff --git a/features/reporting/org.wso2.carbon.registry.reporting.ui.feature/pom.xml b/features/reporting/org.wso2.carbon.registry.reporting.ui.feature/pom.xml
index b55373bd1..a8f1137c8 100644
--- a/features/reporting/org.wso2.carbon.registry.reporting.ui.feature/pom.xml
+++ b/features/reporting/org.wso2.carbon.registry.reporting.ui.feature/pom.xml
@@ -38,7 +38,7 @@
org.wso2.carbon.registry
org.wso2.carbon.registry.reporting.ui
- 4.4.2-SNAPSHOT
+ ${carbon.registry.version}
@@ -69,7 +69,7 @@
org.wso2.carbon.registry.core.ui:${carbon.registry.version}
- org.wso2.carbon.reporting.ui
+ org.wso2.carbon.reporting.ui:${carbon.commons.version}
diff --git a/pom.xml b/pom.xml
index ade8827b4..0d004cdc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -810,6 +810,18 @@
org.wso2.carbon.deployment.synchronizer
${carbon.commons.version}
+
+ org.wso2.carbon.commons
+ org.wso2.carbon.reporting.server.feature
+ ${carbon.commons.version}
+ zip
+
+
+ org.wso2.carbon.commons
+ org.wso2.carbon.reporting.ui.feature
+ ${carbon.commons.version}
+ zip
+
org.wso2.carbon
org.wso2.carbon.ui.menu.registry