aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvans Ye <evansye@apache.org>2017-07-02 22:06:40 +0800
committerEvans Ye <evansye@apache.org>2017-07-06 23:21:23 +0800
commit8054d01c503e6d04837cde246e43344d68f02014 (patch)
tree2d256e6be5b5457d7b1c5b4d4ad23fcc8c30729d
parent44b4a4265fbce73eec2f20e5dd4d011f1694574f (diff)
BIGTOP-2829. [iTest] build failed during Maven integration test phase
-rw-r--r--bigtop-test-framework/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index 80dcdc66..c685cb71 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -79,7 +79,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.17</version>
+ <version>2.20</version>
<configuration>
<includes>
<include>**/*IntegrationTest*</include>