[Java] Replace junit with testNG (#3768)

This commit is contained in:
Wang Qing
2019-01-14 17:49:17 +08:00
committed by Hao Chen
parent 19908c01b8
commit 3cf59855af
25 changed files with 52 additions and 55 deletions
+3 -3
View File
@@ -111,9 +111,9 @@
<version>1.10.19</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.9</version>
</dependency>
</dependencies>
</dependencyManagement>