BIGTOP-2829. [iTest] build failed during Maven integration test phase
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/8054d01c Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/8054d01c Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/8054d01c Branch: refs/heads/master Commit: 8054d01c503e6d04837cde246e43344d68f02014 Parents: 44b4a42 Author: Evans Ye <[email protected]> Authored: Sun Jul 2 22:06:40 2017 +0800 Committer: Evans Ye <[email protected]> Committed: Thu Jul 6 23:21:23 2017 +0800 ---------------------------------------------------------------------- bigtop-test-framework/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/8054d01c/bigtop-test-framework/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml index 80dcdc6..c685cb7 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>
