From 757a88c9c393df80f6cfe14663aec1e2f26b7193 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 00:04:45 -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 fff5a34..26605d5 100644 --- a/pom.xml +++ b/pom.xml @@ -34,22 +34,22 @@ target-repo p2 - http://download.eclipse.org/releases/mars/ + https://download.eclipse.org/releases/mars/ orbit-repo p2 - http://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository/ + https://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository/ swtbot-repo p2 - http://download.eclipse.org/technology/swtbot/releases/2.3.0/ + https://download.eclipse.org/technology/swtbot/releases/2.3.0/ mockito-all-repo p2 - http://download.eclipsesource.com/~rsternberg/mockito-all/ + https://download.eclipsesource.com/~rsternberg/mockito-all/