upgrade to JUNIT5

This commit is contained in:
Joern Muehlencord
2019-09-03 16:10:20 +02:00
parent c4d71f9614
commit 89ddbbdbb2

View File

@ -270,9 +270,8 @@
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>