Skip to content

Commit 48b7e89

Browse files
committed
[MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0
o followup make it simpler.
1 parent a9ecc43 commit 48b7e89

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ under the License.
6666

6767
<properties>
6868
<mavenVersion>3.0</mavenVersion>
69+
<surefire.version>2.21.0</surefire.version>
6970
</properties>
7071

7172
<dependencies>
@@ -113,22 +114,6 @@ under the License.
113114
<scope>test</scope>
114115
</dependency>
115116
</dependencies>
116-
<build>
117-
<pluginManagement>
118-
<plugins>
119-
<plugin>
120-
<groupId>org.apache.maven.plugins</groupId>
121-
<artifactId>maven-surefire-plugin</artifactId>
122-
<version>2.21.0</version>
123-
</plugin>
124-
<plugin>
125-
<groupId>org.apache.maven.plugins</groupId>
126-
<artifactId>maven-failsafe-plugin</artifactId>
127-
<version>2.21.0</version>
128-
</plugin>
129-
</plugins>
130-
</pluginManagement>
131-
</build>
132117

133118
<profiles>
134119
<profile>

0 commit comments

Comments
 (0)