From e8694537df356c1a816485e678c5d28bd194c628 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 00:22:58 -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 f31b4b0..23a1a79 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ osgeo Open Source Geospatial Foundation Repository - http://download.osgeo.org/webdav/geotools/ + https://download.osgeo.org/webdav/geotools/ false @@ -136,7 +136,7 @@ maven-restlet Restlet Maven Repository - http://maven.restlet.org + https://maven.restlet.org false @@ -145,7 +145,7 @@ geosolutions geosolutions repository - http://maven.geo-solutions.it/ + https://maven.geo-solutions.it/ true