From bd925b546e9251b9d7a91a18195cc0278af3db5b Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 08:54:11 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a3ff2a3..44becab 100644 --- a/pom.xml +++ b/pom.xml @@ -81,12 +81,12 @@ mobisocial-releases Internal Releases - http://mobisocial.stanford.edu:8081/nexus/content/repositories/releases + https://mobisocial.stanford.edu:8081/nexus/content/repositories/releases mobisocial-snapshots Internal Snapshots - http://mobisocial.stanford.edu:8081/nexus/content/repositories/snapshots + https://mobisocial.stanford.edu:8081/nexus/content/repositories/snapshots