removing duplicate declarations of testng related depdendncies from parent pom

This commit is contained in:
prabathabey 2014-12-10 16:58:57 +05:30
parent 5ec8f20baf
commit 5db7698627

View File

@ -70,11 +70,6 @@
<version>${test.framework.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.integration.common.admin.client</artifactId>