From 95918da0ad65900e4c1924e6a56602cc94771cff Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 18:21:07 -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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bb2cb5649..5c45b9a59 100644 --- a/pom.xml +++ b/pom.xml @@ -253,14 +253,14 @@ apache.snapshots - http://people.apache.org/repo/m2-snapshot-repository + https://people.apache.org/repo/m2-snapshot-repository apache.snapshots - http://people.apache.org/repo/m2-snapshot-repository + https://people.apache.org/repo/m2-snapshot-repository true @@ -270,7 +270,7 @@ codehaus.org - http://repository.codehaus.org + https://repository.codehaus.org false