use junit5 apis to remove junit4 dependency

This commit is contained in:
Christopher Lambert
2021-06-17 09:45:39 +02:00
parent dc1c6c5e82
commit 2cd393ae7a
225 changed files with 474 additions and 458 deletions
-6
View File
@@ -375,12 +375,6 @@
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>