diff --git a/modules/integration/tests-iot-web-ui/pom.xml b/modules/integration/tests-iot-web-ui/pom.xml
index 95823ee9..92951f25 100644
--- a/modules/integration/tests-iot-web-ui/pom.xml
+++ b/modules/integration/tests-iot-web-ui/pom.xml
@@ -250,7 +250,7 @@
org.wso2.iot
org.wso2.carbon.iot.core.integration.ui.pages
- ${product.iot.version}
+
org.wso2.carbon.automation
diff --git a/pom.xml b/pom.xml
index 5f742fda..b0ae65e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -878,7 +878,7 @@
org.wso2.iot
org.wso2.carbon.iot.integration.common
- ${product.iot.version}
+ ${project.version}
junit
@@ -1006,7 +1006,13 @@
org.wso2.iot
org.wso2.iot.core.admin.styles
- ${product.iot.version}
+ ${project.version}
+
+
+
+ org.wso2.iot
+ org.wso2.carbon.iot.core.integration.ui.pages
+ ${project.version}