From f9ab401b170af252ac7196f8072fdfb8f033d78e Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 18:21: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 --- hyracks/pom.xml | 6 +++--- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hyracks/pom.xml b/hyracks/pom.xml index 563b7bb93..0129447f5 100644 --- a/hyracks/pom.xml +++ b/hyracks/pom.xml @@ -85,11 +85,11 @@ maven-central - http://repo1.maven.org/maven2/ + https://repo1.maven.org/maven2/ hyracks-public - http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/ + https://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/ jboss-public @@ -100,7 +100,7 @@ hyracks-public - http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/ + https://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/ always diff --git a/pom.xml b/pom.xml index f2e0eeaa5..413a15274 100644 --- a/pom.xml +++ b/pom.xml @@ -398,11 +398,11 @@ maven-central - http://repo1.maven.org/maven2/ + https://repo1.maven.org/maven2/ hyracks-public - http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/ + https://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/ jboss-public @@ -413,7 +413,7 @@ hyracks-public - http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/ + https://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/ always