From a578d64fe33ac9c119a5b19300c07a6c7e6a58ed Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 22:28:56 -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 --- priceline/dar/pom.xml | 2 +- priceline/pom.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/priceline/dar/pom.xml b/priceline/dar/pom.xml index db47f0c..2579336 100644 --- a/priceline/dar/pom.xml +++ b/priceline/dar/pom.xml @@ -18,7 +18,7 @@ knopflerfish - http://www.knopflerfish.org/maven2 + https://www.knopflerfish.org/maven2 diff --git a/priceline/pom.xml b/priceline/pom.xml index afffc64..2ce8084 100644 --- a/priceline/pom.xml +++ b/priceline/pom.xml @@ -46,11 +46,11 @@ central - http://maven:8082/nexus/content/repositories/libs-releases-local + https://maven:8082/nexus/content/repositories/libs-releases-local snapshots - http://maven:8082/nexus/content/repositories/libs-snapshots-local + https://maven:8082/nexus/content/repositories/libs-snapshots-local @@ -76,28 +76,28 @@ true central - http://maven:8082/nexus/content/groups/repo + https://maven:8082/nexus/content/groups/repo true plugins-releases-local - http://maven:8082/nexus/content/repositories/plugins-releases-local + https://maven:8082/nexus/content/repositories/plugins-releases-local true snapshots - http://maven:8082/nexus/content/groups/repo + https://maven:8082/nexus/content/groups/repo true snapshots1 - http://maven:8082/nexus/content/repositories/ext-snapshots-local + https://maven:8082/nexus/content/repositories/ext-snapshots-local