From 02dea0195e91f250a7fdddbd56e2a73851953cf6 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 22:29:55 -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 --- asta4d-doc/pom.xml | 2 +- asta4d-spring/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asta4d-doc/pom.xml b/asta4d-doc/pom.xml index 3ef21b66d..de0c5fc46 100644 --- a/asta4d-doc/pom.xml +++ b/asta4d-doc/pom.xml @@ -19,7 +19,7 @@ mvn-public MVNRepository - http://mvnrepository.com + https://mvnrepository.com diff --git a/asta4d-spring/pom.xml b/asta4d-spring/pom.xml index 8e5cc10dd..76cb758b1 100644 --- a/asta4d-spring/pom.xml +++ b/asta4d-spring/pom.xml @@ -19,7 +19,7 @@ springsource-repo SpringSource Repository - http://repo.springsource.org/release + https://repo.springsource.org/release