Skip to content

Commit

Permalink
[MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Apr 7, 2018
1 parent 05512af commit 15df23c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,22 @@ under the License.
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.21.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.21.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
Expand Down

0 comments on commit 15df23c

Please sign in to comment.