Exclude sam's older TestNG
This commit is contained in:
parent
9eaee8c73c
commit
0025fe190d
|
|
@ -60,6 +60,12 @@
|
|||
<groupId>net.sf</groupId>
|
||||
<artifactId>sam</artifactId>
|
||||
<version>1.104.1628</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.testng</groupId>
|
||||
<artifactId>testng</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue