From 0a88e3d835aff587aa3d73ac605daec507976021 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:45:07 -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 9e1d7fc2..7161a46e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Akka repository - http://repo.akka.io/releases + https://repo.akka.io/releases scala-tools @@ -20,11 +20,11 @@ twitter - http://maven.twttr.com/ + https://maven.twttr.com/ central2 - http://central.maven.org/maven2/ + https://central.maven.org/maven2/