From b3bcd393fb1678810473eb39adddaebdd8425cb5 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:45:14 -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 fb6dbcc..88b7e15 100644 --- a/pom.xml +++ b/pom.xml @@ -12,16 +12,16 @@ ukp-oss - http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-releases + https://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-releases ukp-oss-snapshots - http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-ukp-snapshots-local/ + https://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-ukp-snapshots-local/ apache.snapshots Apache Snapshot Repository - http://repository.apache.org/snapshots + https://repository.apache.org/snapshots false