mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Enabled backend integration tests in the build
This commit is contained in:
parent
9535f4f8c0
commit
f4c26edb74
@ -245,10 +245,6 @@
|
|||||||
</build>
|
</build>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>org.wso2.iot</groupId>
|
|
||||||
<artifactId>org.wso2.carbon.iot.core.integration.ui.pages</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wso2.carbon.automation</groupId>
|
<groupId>org.wso2.carbon.automation</groupId>
|
||||||
<artifactId>org.wso2.carbon.automation.engine</artifactId>
|
<artifactId>org.wso2.carbon.automation.engine</artifactId>
|
||||||
|
|||||||
@ -144,7 +144,7 @@ public final class Constants {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static final class AndroidOperations {
|
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 OPERATION_PAYLOAD_FILE_NAME = "android-operation-payloads.json";
|
||||||
public static final String OPERATIONS_GROUP = "operations";
|
public static final String OPERATIONS_GROUP = "operations";
|
||||||
|
|||||||
@ -250,6 +250,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>org.wso2.carbon.iot.core.integration.ui.pages</artifactId>
|
<artifactId>org.wso2.carbon.iot.core.integration.ui.pages</artifactId>
|
||||||
|
<version>${product.iot.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wso2.carbon.automation</groupId>
|
<groupId>org.wso2.carbon.automation</groupId>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user