From 5022f474170e5db9e03d7e26f028d46155f5d64f Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 18:21:00 -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 --- samoa-storm/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samoa-storm/pom.xml b/samoa-storm/pom.xml index ba4368ac..1d28174f 100644 --- a/samoa-storm/pom.xml +++ b/samoa-storm/pom.xml @@ -37,7 +37,7 @@ clojars - http://clojars.org/repo/ + https://clojars.org/repo/