Exclude sam's older TestNG

This commit is contained in:
Joel Thibault 2014-02-04 13:27:19 -05:00
parent 9eaee8c73c
commit 0025fe190d
1 changed files with 6 additions and 0 deletions

View File

@ -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>