From 1808673a7e79f7c480a8e0f5176b6c1de8527764 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 09:22:47 -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 --- lightadmin-core/pom.xml | 4 ++-- lightadmin-sandbox/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lightadmin-core/pom.xml b/lightadmin-core/pom.xml index 9aa8a28c..2bd14d45 100644 --- a/lightadmin-core/pom.xml +++ b/lightadmin-core/pom.xml @@ -493,12 +493,12 @@ lightadmin-nexus - http://lightadmin.org/nexus/content/repositories/snapshots + https://lightadmin.org/nexus/content/repositories/snapshots lightadmin-nexus - http://lightadmin.org/nexus/content/repositories/releases + https://lightadmin.org/nexus/content/repositories/releases diff --git a/lightadmin-sandbox/pom.xml b/lightadmin-sandbox/pom.xml index 02d28756..f0199fa0 100644 --- a/lightadmin-sandbox/pom.xml +++ b/lightadmin-sandbox/pom.xml @@ -172,7 +172,7 @@ lightadmin-nexus-snapshots - http://lightadmin.org/nexus/content/repositories/snapshots + https://lightadmin.org/nexus/content/repositories/snapshots true always @@ -180,7 +180,7 @@ lightadmin-nexus-releases - http://lightadmin.org/nexus/content/repositories/releases + https://lightadmin.org/nexus/content/repositories/releases true always