changeset 176:c6f0fb0c4cab

Add version to maven-surefire plugin in integration tests Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-June/023645.html
author Jie Kang <jkang@redhat.com>
date Tue, 13 Jun 2017 11:44:41 -0400
parents 5470c4cf4683
children 24135452bb7d
files pom.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Tue Jun 13 11:41:26 2017 -0400
+++ b/pom.xml	Tue Jun 13 11:44:41 2017 -0400
@@ -100,6 +100,11 @@
                     <artifactId>maven-war-plugin</artifactId>
                     <version>3.0.0</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.20</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>