From 052f0078684b1220e11b72a68945d443aab0a3fc Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 10:51:23 -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 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7cc0f9b..f9df196 100644 --- a/pom.xml +++ b/pom.xml @@ -616,7 +616,7 @@ opennlp OpenNLP Maven Repository - http://repo1.maven.org/maven2/ + https://repo1.maven.org/maven2/ always true @@ -632,7 +632,7 @@ apache.maven2.snapshot.repository Apache Maven 2 repository - http://people.apache.org/maven-snapshot-repository + https://people.apache.org/maven-snapshot-repository always true @@ -647,7 +647,7 @@ tamingtext.maven2.repository TamingText Maven 2 repository - http://maven.tamingtext.com + https://maven.tamingtext.com always true