mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 21:11:24 +08:00
[Java] Replace junit with testNG (#3768)
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
|
||||
<!-- test dependencies -->
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<groupId>org.testng</groupId>
|
||||
<artifactId>testng</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user