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

@@ -76,18 +76,6 @@
<artifactId>jaxb-api</artifactId>
</dependency>
</dependencies>
<!-- workaround for SUREFIRE-1424 -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--add-modules java.base</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>