From a01e1ec4699267ee24ce0d874881a503ce842388 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 09:24:02 -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 68e9a010..27e6972f 100644 --- a/pom.xml +++ b/pom.xml @@ -39,14 +39,14 @@ java_net download.java.net - http://download.java.net/maven/2/ + https://download.java.net/maven/2/ Codehaus Repository - http://repository.codehaus.org/ + https://repository.codehaus.org/ oss-sonatype-snapshots @@ -55,11 +55,11 @@ oss.sonatype.org oss.sonatype.org - http://oss.sonatype.org/content/groups/public + https://oss.sonatype.org/content/groups/public ooo-maven-repo - http://ooo-maven.googlecode.com/hg/repository + https://ooo-maven.googlecode.com/hg/repository