JAVA-4931: Cleanup surefire config. Part 2.

This commit is contained in:
Krzysztof Woyke
2021-03-29 18:57:35 +02:00
parent 232d9bcd05
commit b18d260514
22 changed files with 1 additions and 146 deletions

View File

@@ -95,14 +95,6 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>
</plugins>
</build>
<properties>

View File

@@ -21,16 +21,6 @@
<module>flogger</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>
</plugins>
</build>
<properties>
<junit-jupiter.version>5.6.2</junit-jupiter.version>
</properties>