JAVA-4931: Cleanup surefire config

This commit is contained in:
Krzysztof Woyke
2021-03-29 15:22:10 +02:00
parent eb35265244
commit 089da70fb0
16 changed files with 5 additions and 111 deletions
-10
View File
@@ -35,18 +35,8 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
</plugins>
</build>
<properties>
<junit-jupiter.version>5.4.2</junit-jupiter.version>
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
<junit.vintage.version>5.4.2</junit.vintage.version>
</properties>