From 384134fb6eeebfea2ee1c6910dcd5c9a128894bc Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 10:46:21 -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 --- container/src/main/resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/src/main/resources/pom.xml b/container/src/main/resources/pom.xml index c0cae6c..6bce18c 100644 --- a/container/src/main/resources/pom.xml +++ b/container/src/main/resources/pom.xml @@ -71,7 +71,7 @@ apache.snapshots - http://repository.apache.org/snapshots/ + https://repository.apache.org/snapshots/