From 0dbfb6e351f377cde5991b11e6209e886953b272 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 28 Jan 2020 11:34:07 +0530 Subject: [PATCH] travis: use https based maven repo mirror 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 a084d380056f..6941eb9a4072 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