Skip to content

Commit e605922

Browse files
committed
Add pluginManagement for failsafe plugin. Upgrade to 3.1.2
1 parent 26d8e8a commit e605922

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ limitations under the License.
344344
<spotless-maven-plugin.version>2.37.0</spotless-maven-plugin.version>
345345
<mavenPluginToolsVersion>3.9.0</mavenPluginToolsVersion>
346346
<mavenFluidoSkinVersion>1.11.2</mavenFluidoSkinVersion>
347+
<mavenSurefireVersion>3.1.2</mavenSurefireVersion>
347348
<junit5Version>5.9.3</junit5Version>
348349
<spotless.action>check</spotless.action>
349350
</properties>
@@ -531,12 +532,22 @@ limitations under the License.
531532
<plugin>
532533
<groupId>org.apache.maven.plugins</groupId>
533534
<artifactId>maven-surefire-plugin</artifactId>
534-
<version>3.1.0</version>
535+
<version>${mavenSurefireVersion}</version>
535536
</plugin>
536537
<plugin>
537538
<groupId>org.apache.maven.plugins</groupId>
538539
<artifactId>maven-surefire-report-plugin</artifactId>
539-
<version>3.1.0</version>
540+
<version>${mavenSurefireVersion}</version>
541+
</plugin>
542+
<plugin>
543+
<groupId>org.apache.maven.plugins</groupId>
544+
<artifactId>maven-failsafe-plugin</artifactId>
545+
<version>${mavenSurefireVersion}</version>
546+
</plugin>
547+
<plugin>
548+
<groupId>org.apache.maven.plugins</groupId>
549+
<artifactId>maven-failsafe-report-plugin</artifactId>
550+
<version>${mavenSurefireVersion}</version>
540551
</plugin>
541552
<plugin>
542553
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)