From 126e1c2fd79dc0621a403ffa52c89c0aad7683c7 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 21:33:50 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0f7e86f..f18be1d 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 52n-snapshots 52n snapshots - http://52north.org/maven/repo/snapshots + https://52north.org/maven/repo/snapshots false @@ -41,7 +41,7 @@ 52n-releases 52n plugin releases - http://52north.org/maven/repo/releases + https://52north.org/maven/repo/releases true