Add test engines as surefire plugin dependencies

This removes junit-vintage-engine as a test dependency
as well as kotlintest-runner-junit5.
The engines are only needed during test execution, but should
not be available for test compilation.

For this to work, the latest surefire plugin is required.
This commit is contained in:
Andreas Dangel
2020-07-17 12:03:45 +02:00
parent 96998fffc2
commit 94afdb117d
30 changed files with 23 additions and 193 deletions

View File

@ -76,11 +76,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-test</artifactId>