Upgrade to JUnit Jupiter 5.5.0-RC1

This commit also removes the workaround that required to exclude junit 4
explicitly now that a related issue in JUnit Jupiter has been fixed.

Closes gh-17266
This commit is contained in:
Stephane Nicoll
2019-06-19 14:23:44 +02:00
parent 59ca46ed54
commit c9b8d98bcf
4 changed files with 5 additions and 24 deletions

View File

@@ -28,10 +28,6 @@
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>