JAVA-1672: removing redundant version declarations for surefire plugin

This commit is contained in:
chaos2418
2021-11-08 13:41:04 +05:30
parent 73b48bef7b
commit a0c0bc1eb4
4 changed files with 2 additions and 3 deletions

View File

@@ -135,7 +135,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<!-- Fork every test because it will launch a separate AS instance -->
<forkMode>always</forkMode>