From 426740e8df246d0e08325577b2af9fc0f3dd13bb Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:20:59 -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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index fdc41b86..d8fc3281 100755 --- a/pom.xml +++ b/pom.xml @@ -356,16 +356,16 @@ oss.sonatype.org - http://oss.sonatype.org/content/repositories/releases + https://oss.sonatype.org/content/repositories/releases oss.sonatype.org-snapshot - http://oss.sonatype.org/content/repositories/snapshots + https://oss.sonatype.org/content/repositories/snapshots jboss @@ -374,11 +374,11 @@ codehaus repository.codehaus.org - http://repository.codehaus.org + https://repository.codehaus.org codehaus-snapshots - http://snapshots.repository.codehaus.org + https://snapshots.repository.codehaus.org maven.java.net