From 943d4fc89f96cae51622813be81792a04ac8d743 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 22:32:25 -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 --- Android/LuaViewSDK/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android/LuaViewSDK/pom.xml b/Android/LuaViewSDK/pom.xml index 7efd6784..6ee9e65c 100644 --- a/Android/LuaViewSDK/pom.xml +++ b/Android/LuaViewSDK/pom.xml @@ -56,11 +56,11 @@ releases - http://mvnrepo.alibaba-inc.com/mvn/releases + https://mvnrepo.alibaba-inc.com/mvn/releases snapshots - http://mvnrepo.alibaba-inc.com/mvn/snapshots + https://mvnrepo.alibaba-inc.com/mvn/snapshots