Use JUnit 5 by default for all sub projects

This commit is contained in:
Chris Eager 2021-12-20 17:45:25 -08:00 committed by Chris Eager
parent 4bc00e00e3
commit 8559e46e4a
2 changed files with 4 additions and 4 deletions

View File

@ -324,8 +324,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>

View File

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