From 608e9322c08adf59f6a5af207f574bd87e93049f Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 10:00:39 -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 | 4 ++-- tcslackbuildnotifier-core/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d8d0ca05..9273b15e 100644 --- a/pom.xml +++ b/pom.xml @@ -140,14 +140,14 @@ tcslacknotifications.sourceforge - http://svn.code.sf.net/p/tcplugins/code/maven2-repo + https://svn.code.sf.net/p/tcplugins/code/maven2-repo JetBrains - http://download.jetbrains.com/teamcity-repository + https://download.jetbrains.com/teamcity-repository diff --git a/tcslackbuildnotifier-core/pom.xml b/tcslackbuildnotifier-core/pom.xml index 247b9780..375494f6 100644 --- a/tcslackbuildnotifier-core/pom.xml +++ b/tcslackbuildnotifier-core/pom.xml @@ -104,9 +104,9 @@ tcslacknotifications.sourceforge - http://svn.code.sf.net/p/tcplugins/code/maven2-repo + https://svn.code.sf.net/p/tcplugins/code/maven2-repo -