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:33 +0800
commitacce5407bc5dc47fcfe0b7c7dd6981cd9d8e9a33 (patch)
tree0fb30cb9f40c9f20b624d676e83cf8f5dd2bb281
parent26bb157c3d0d09bf628f0d169130dabc2543c12e (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 62d1ba7f..bb85defc 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>