From 1027a05e48b376a7f92c9dce11b762043c9ed6e0 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 09:59:21 -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 ++-- src/main/resources/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d471ffb..5815c2b 100644 --- a/pom.xml +++ b/pom.xml @@ -71,12 +71,12 @@ conjars Con Jars - http://conjars.org/repo + https://conjars.org/repo clojars Clojars - http://conjars.org/repo + https://conjars.org/repo diff --git a/src/main/resources/pom.xml b/src/main/resources/pom.xml index ea2bf65..12ae40b 100644 --- a/src/main/resources/pom.xml +++ b/src/main/resources/pom.xml @@ -48,7 +48,7 @@ conjars Conjars Repository - http://conjars.org/repo + https://conjars.org/repo scala-tools.org