From d5a6234a18987a8d4c957d5301768e7955f44df1 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 22:30:36 -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 672300d48f..e70d00f593 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ jboss - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false @@ -52,7 +52,7 @@ osgeo Open Source Geospatial Foundation Repository - http://download.osgeo.org/webdav/geotools/ + https://download.osgeo.org/webdav/geotools/ false @@ -60,7 +60,7 @@ chouette-repository Chouette Repository - http://maven.chouette.mobi/ + https://maven.chouette.mobi/