From cf95f4f71a3b6757049f6825b0552504d439f822 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:21:00 -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 0ed65bac..cb9d10b2 100755 --- a/pom.xml +++ b/pom.xml @@ -377,16 +377,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