Explicitly include JUnit 4 in test starter

Closes gh-16807
This commit is contained in:
Stephane Nicoll
2019-05-09 14:54:13 +02:00
parent 7e118a02ca
commit 81af0f2fa6
3 changed files with 35 additions and 4 deletions

View File

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