mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-28 14:13:32 +01:00
Use JUnit 5 by default for all sub projects
This commit is contained in:
@@ -389,8 +389,8 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user