From dbc62855408c87cd4ef65f582486c9c466c7a1f0 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:16:05 -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 --- ctc-striterators/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctc-striterators/pom.xml b/ctc-striterators/pom.xml index ef8fa6b0bf..1a81939bbf 100644 --- a/ctc-striterators/pom.xml +++ b/ctc-striterators/pom.xml @@ -88,7 +88,7 @@ Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands) bigdata.releases - http://www.systap.com/maven/releases/ + https://www.systap.com/maven/releases/