diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml index 57a0e5bd..9b44bbd6 100644 --- a/modules/integration/tests-integration/pom.xml +++ b/modules/integration/tests-integration/pom.xml @@ -31,8 +31,6 @@ Backend Integration Tests for WSO2 IOT Server. jar - - @@ -46,7 +44,7 @@ src/test/resources/testng.xml - ${skipTests} + @@ -247,10 +245,6 @@ - - org.wso2.iot - org.wso2.carbon.iot.core.integration.ui.pages - org.wso2.carbon.automation org.wso2.carbon.automation.engine @@ -269,8 +263,8 @@ - - true - + + + diff --git a/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/common/Constants.java b/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/common/Constants.java index 915dbac8..d80a0042 100644 --- a/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/common/Constants.java +++ b/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/common/Constants.java @@ -144,7 +144,7 @@ public final class Constants { } public static final class AndroidOperations { - private final String PAYLOAD_COMMON = "["+DEVICE_ID+"]"; + private static final String PAYLOAD_COMMON = "["+DEVICE_ID+"]"; public static final String OPERATION_PAYLOAD_FILE_NAME = "android-operation-payloads.json"; public static final String OPERATIONS_GROUP = "operations"; diff --git a/modules/integration/tests-iot-web-ui/pom.xml b/modules/integration/tests-iot-web-ui/pom.xml index 3aab2b9e..779940fb 100644 --- a/modules/integration/tests-iot-web-ui/pom.xml +++ b/modules/integration/tests-iot-web-ui/pom.xml @@ -250,6 +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 94a44b07..b66e1742 100644 --- a/pom.xml +++ b/pom.xml @@ -297,12 +297,6 @@ - - org.wso2.iot - org.wso2.carbon.iot.core.integration.ui.pages - ${product.iot.version} - test - @@ -1547,7 +1541,7 @@ 3.1.0-SNAPSHOT - 3.0.8 + 3.0.9 6.1.35