From 35027205fcdf7d00d9c4b7e0d74266f19d1e58a2 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:00:14 -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 fe6a40c0..bd7c8f34 100644 --- a/pom.xml +++ b/pom.xml @@ -30,11 +30,11 @@ md_5-releases - http://repo.md-5.net/content/repositories/releases/ + https://repo.md-5.net/content/repositories/releases/ md_5-snapshots - http://repo.md-5.net/content/repositories/snapshots/ + https://repo.md-5.net/content/repositories/snapshots/ @@ -80,15 +80,15 @@ repobo-snap - http://repo.bukkit.org/content/groups/public + https://repo.bukkit.org/content/groups/public sk89q-repo - http://maven.sk89q.com/repo/ + https://maven.sk89q.com/repo/ kitteh-repo - http://repo.kitteh.org/content/groups/public + https://repo.kitteh.org/content/groups/public spigot-repo