From c7472c0831b69dc57e8f33d6a09b75667046a9eb Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 22:28:55 -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 ed92ea7..cca835d 100755 --- a/pom.xml +++ b/pom.xml @@ -116,12 +116,12 @@ codehaus Codehaus Release Repo - http://dist.codehaus.org/ + https://dist.codehaus.org/ codehaus-snapshot Codehaus Snapshot Repo - http://snapshots.repository.codehaus.org + https://snapshots.repository.codehaus.org false @@ -132,12 +132,12 @@ codehaus Codehaus Release Repo - http://repository.codehaus.org + https://repository.codehaus.org codehaus-snapshot Codehaus Snapshot Repo - http://snapshots.repository.codehaus.org + https://snapshots.repository.codehaus.org