Skip to content

Commit

Permalink
clean duplicate maven-surefire-plugin version config
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Jan 9, 2020
1 parent f264dac commit 1ec293b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven_surefire_version}</version>
<configuration>
<useSystemClassLoader>true</useSystemClassLoader>
<forkMode>once</forkMode>
Expand Down Expand Up @@ -608,7 +607,7 @@
<!-- keep surefire and failsafe in sync -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>${maven_surefire_version}</version>
</plugin>
<!-- keep surefire and failsafe in sync -->
<plugin>
Expand Down

0 comments on commit 1ec293b

Please sign in to comment.