Remove Surefire workarounds that are not needed with 2.21

Closes gh-12721
This commit is contained in:
Andy Wilkinson
2018-04-05 07:48:09 +01:00
parent 4a47ab4b3e
commit 8608202e56
10 changed files with 0 additions and 120 deletions

View File

@@ -247,16 +247,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>java10</id>
<activation>
<jdk>10</jdk>
</activation>
<properties>
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>2.21.0</maven-failsafe-plugin.version>
</properties>
</profile>
</profiles>
</project>