From 9eb7ae1e2058aaef70b47c46f173885f4a56cf5d Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 22:29:05 -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 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 934ae28..e3769ce 100644 --- a/pom.xml +++ b/pom.xml @@ -181,22 +181,22 @@ neon p2 - http://download.eclipse.org/releases/neon + https://download.eclipse.org/releases/neon tern.java p2 - http://oss.opensagres.fr/tern.repository/1.3.0-SNAPSHOT/ + https://oss.opensagres.fr/tern.repository/1.3.0-SNAPSHOT/ license-feature - http://download.eclipse.org/cbi/updates/license/ + https://download.eclipse.org/cbi/updates/license/ p2 eclipse-wtp-webresources p2 - http://oss.opensagres.fr/eclipse-wtp-webresources/1.1.0/ + https://oss.opensagres.fr/eclipse-wtp-webresources/1.1.0/