From 930927f23836a71808a73759f9c5d0568fe710f6 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 00:07: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 85338234..fe52b795 100644 --- a/pom.xml +++ b/pom.xml @@ -137,17 +137,17 @@ geosolutions GeoSolutions Repository - http://maven.geo-solutions.it + https://maven.geo-solutions.it jcenter JCenter - http://jcenter.bintray.com + https://jcenter.bintray.com com.springsource.repository.bundles.external SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external + https://repository.springsource.com/maven/bundles/external