From 2fc03c60977dcfc2b104603a5ba217eb76cd352d Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 22:29:15 -0500 Subject: [PATCH] Use HTTPS instead of HTTP to resolve dependencies This fixes a security vulnerability in this project where the `pom.xml` files were configuring Maven to resolve dependencies over HTTP instead of HTTPS. Signed-off-by: Jonathan Leitschuh --- eclipse-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse-plugin/pom.xml b/eclipse-plugin/pom.xml index b93603c17..3ff986cdc 100644 --- a/eclipse-plugin/pom.xml +++ b/eclipse-plugin/pom.xml @@ -44,7 +44,7 @@ juno p2 - http://mirrors.ustc.edu.cn/eclipse/releases/juno/ + https://mirrors.ustc.edu.cn/eclipse/releases/juno/ sonatype-nexus-snapshots @@ -187,7 +187,7 @@ none - http://download.eclipse.org/eclipse/updates/4.4 + https://download.eclipse.org/eclipse/updates/4.4