From 298d15d8835c1c5529d178a3aafc934b3fad2ff6 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:29:16 -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 --- big-data-utils/pom.xml | 2 +- commasrl/pom.xml | 2 +- ner/pom.xml | 2 +- pom.xml | 2 +- quantifier/pom.xml | 2 +- question-type/pom.xml | 2 +- relation-extraction/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/big-data-utils/pom.xml b/big-data-utils/pom.xml index 5a5cfb129..6dfebb8a3 100644 --- a/big-data-utils/pom.xml +++ b/big-data-utils/pom.xml @@ -14,7 +14,7 @@ XypronRelease Xypron Release - http://rsync.xypron.de/repository + https://rsync.xypron.de/repository default diff --git a/commasrl/pom.xml b/commasrl/pom.xml index 46ecefd7b..db7a9af32 100644 --- a/commasrl/pom.xml +++ b/commasrl/pom.xml @@ -20,7 +20,7 @@ CogcompSoftware CogcompSoftware - http://macniece.seas.upenn.edu/m2repo/ + https://macniece.seas.upenn.edu/m2repo/ diff --git a/ner/pom.xml b/ner/pom.xml index 0dbd48a92..a4370b439 100644 --- a/ner/pom.xml +++ b/ner/pom.xml @@ -15,7 +15,7 @@ CogcompSoftware CogcompSoftware - http://cogcomp.org/m2repo/ + https://cogcomp.org/m2repo/ diff --git a/pom.xml b/pom.xml index 3badfd24a..437cba381 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ CogcompSoftware CogcompSoftware - http://macniece.seas.upenn.edu/m2repo/ + https://macniece.seas.upenn.edu/m2repo/ diff --git a/quantifier/pom.xml b/quantifier/pom.xml index 043bf2e24..d11fd1fbf 100644 --- a/quantifier/pom.xml +++ b/quantifier/pom.xml @@ -16,7 +16,7 @@ CogcompSoftware CogcompSoftware - http://cogcomp.org/m2repo/ + https://cogcomp.org/m2repo/ diff --git a/question-type/pom.xml b/question-type/pom.xml index e6b62ed9e..b15913fea 100644 --- a/question-type/pom.xml +++ b/question-type/pom.xml @@ -78,7 +78,7 @@ CogcompSoftware CogcompSoftware - http://cogcomp.org/m2repo/ + https://cogcomp.org/m2repo/ true diff --git a/relation-extraction/pom.xml b/relation-extraction/pom.xml index c0af70063..7b0707f83 100644 --- a/relation-extraction/pom.xml +++ b/relation-extraction/pom.xml @@ -14,7 +14,7 @@ CogcompSoftware CogcompSoftware - http://cogcomp.org/m2repo/ + https://cogcomp.org/m2repo/