From c0f7e6c6c341771f6133ac8b3ef0d7c972791bc6 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 21:33:59 -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 --- 52n-wps-ags/52n-wps-ags-workspace/pom.xml | 2 +- 52n-wps-grass/pom.xml | 2 +- 52n-wps-io-geotools/pom.xml | 2 +- 52n-wps-io-impl/pom.xml | 2 +- 52n-wps-io/pom.xml | 2 +- pom.xml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/52n-wps-ags/52n-wps-ags-workspace/pom.xml b/52n-wps-ags/52n-wps-ags-workspace/pom.xml index aa7bf8bf1..1ce630f2d 100644 --- a/52n-wps-ags/52n-wps-ags-workspace/pom.xml +++ b/52n-wps-ags/52n-wps-ags-workspace/pom.xml @@ -48,7 +48,7 @@ n52-releases 52n Releases - http://52north.org/maven/repo/releases + https://52north.org/maven/repo/releases diff --git a/52n-wps-grass/pom.xml b/52n-wps-grass/pom.xml index 304246e6b..d7c437536 100644 --- a/52n-wps-grass/pom.xml +++ b/52n-wps-grass/pom.xml @@ -33,7 +33,7 @@ wso2-maven2-repository - http://dist.wso2.org/maven2 + https://dist.wso2.org/maven2 diff --git a/52n-wps-io-geotools/pom.xml b/52n-wps-io-geotools/pom.xml index ad4b50ad9..e11c05185 100644 --- a/52n-wps-io-geotools/pom.xml +++ b/52n-wps-io-geotools/pom.xml @@ -23,7 +23,7 @@ osgeo Open Source Geospatial Foundation Repository - http://download.osgeo.org/webdav/geotools/ + https://download.osgeo.org/webdav/geotools/ diff --git a/52n-wps-io-impl/pom.xml b/52n-wps-io-impl/pom.xml index e4439e31d..005da82af 100644 --- a/52n-wps-io-impl/pom.xml +++ b/52n-wps-io-impl/pom.xml @@ -15,7 +15,7 @@ osgeo Open Source Geospatial Foundation Repository - http://download.osgeo.org/webdav/geotools/ + https://download.osgeo.org/webdav/geotools/ diff --git a/52n-wps-io/pom.xml b/52n-wps-io/pom.xml index f56a41157..c8428f69c 100644 --- a/52n-wps-io/pom.xml +++ b/52n-wps-io/pom.xml @@ -15,7 +15,7 @@ osgeo Open Source Geospatial Foundation Repository - http://download.osgeo.org/webdav/geotools/ + https://download.osgeo.org/webdav/geotools/ diff --git a/pom.xml b/pom.xml index 2d6ad3a7f..955982aca 100644 --- a/pom.xml +++ b/pom.xml @@ -38,12 +38,12 @@ Apache Apache repository - http://repo1.maven.org/maven2 + https://repo1.maven.org/maven2 n52-releases 52n Releases - http://52north.org/maven/repo/releases + https://52north.org/maven/repo/releases true @@ -54,7 +54,7 @@ geotools Geotools Repo - http://download.osgeo.org/webdav/geotools + https://download.osgeo.org/webdav/geotools true