From 29b631105bf99658ed8cee20888d40132f7d0f7c Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 11:56:23 -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 be885eaec..fb5c90458 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ 4thline-repo - http://4thline.org/m2 + https://4thline.org/m2 false @@ -118,14 +118,14 @@ 4thline-repo - http://4thline.org/m2 + https://4thline.org/m2 false onejar-maven-plugin.googlecode.com - http://onejar-maven-plugin.googlecode.com/svn/mavenrepo + https://onejar-maven-plugin.googlecode.com/svn/mavenrepo false