From 1644ad348c40a447f74a02ff2af67e052912654e Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:46:10 -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 --- splout-commons/pom.xml | 2 +- splout-hadoop/pom.xml | 2 +- splout-redis/pom.xml | 2 +- splout-server/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/splout-commons/pom.xml b/splout-commons/pom.xml index f6f4a80..77869cf 100644 --- a/splout-commons/pom.xml +++ b/splout-commons/pom.xml @@ -21,7 +21,7 @@ clojars.org - http://clojars.org/repo + https://clojars.org/repo diff --git a/splout-hadoop/pom.xml b/splout-hadoop/pom.xml index da51a4b..a3eead0 100644 --- a/splout-hadoop/pom.xml +++ b/splout-hadoop/pom.xml @@ -802,7 +802,7 @@ conjars.org - http://conjars.org/repo + https://conjars.org/repo sonatype-oss-snapshots diff --git a/splout-redis/pom.xml b/splout-redis/pom.xml index 6534e69..6a4ee87 100644 --- a/splout-redis/pom.xml +++ b/splout-redis/pom.xml @@ -25,7 +25,7 @@ clojars.org - http://clojars.org/repo + https://clojars.org/repo diff --git a/splout-server/pom.xml b/splout-server/pom.xml index 9497e82..831c509 100644 --- a/splout-server/pom.xml +++ b/splout-server/pom.xml @@ -31,7 +31,7 @@ clojars.org - http://clojars.org/repo + https://clojars.org/repo