From b1783fbcf130e51d2111d87ab506920c375a3756 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 28 Jan 2020 18:50:37 +0530 Subject: [PATCH] travis: use https based maven repo mirror (#3845) Travis has been failing lately as it requires that repositories use https:// URLs. Reference: https://blog.sonatype.com/central-repository-moving-to-https Signed-off-by: Rohit Yadav --- tools/travis/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh index a084d380056..6941eb9a407 100755 --- a/tools/travis/before_install.sh +++ b/tools/travis/before_install.sh @@ -89,7 +89,7 @@ echo " Central - http://repo1.maven.org/maven2 + https://repo1.maven.org/maven2 central