mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Removed unwanted dependency
This commit is contained in:
parent
5de566ca0c
commit
9535f4f8c0
@ -31,8 +31,6 @@
|
|||||||
<description>Backend Integration Tests for WSO2 IOT Server.</description>
|
<description>Backend Integration Tests for WSO2 IOT Server.</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -46,7 +44,7 @@
|
|||||||
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
|
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
|
||||||
</suiteXmlFiles>
|
</suiteXmlFiles>
|
||||||
|
|
||||||
<skipTests>${skipTests}</skipTests>
|
<!--<skipTests>${skipTests}</skipTests>-->
|
||||||
|
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
@ -269,8 +267,8 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<properties>
|
<!--<properties>-->
|
||||||
<skipTests>true</skipTests>
|
<!--<skipTests>true</skipTests>-->
|
||||||
</properties>
|
<!--</properties>-->
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@ -297,12 +297,6 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.wso2.iot</groupId>
|
|
||||||
<artifactId>org.wso2.carbon.iot.core.integration.ui.pages</artifactId>
|
|
||||||
<version>${product.iot.version}</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--Carbon Kernel Dependencies-->
|
<!--Carbon Kernel Dependencies-->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user