Replace junit with testng.

This commit is contained in:
Bernd Ahlers 2014-10-21 18:06:19 +02:00
parent 7380b94581
commit d6ac701187

View File

@ -76,9 +76,9 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.8</version>
<scope>test</scope>
</dependency>
</dependencies>