From 884946902311bfd75f6067570c97bb4d8c286312 Mon Sep 17 00:00:00 2001 From: Renato Almeida de Oliveira Date: Sun, 7 Jun 2020 17:37:22 -0300 Subject: [PATCH] [FIX] Force HTTPS requests to Maven Repository The Maven repository now is full migrated to HTTPS, and the requests on HTTP fail --- api/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/api/pom.xml b/api/pom.xml index b0f82f8..4f813b1 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -47,4 +47,29 @@ either express or implied. + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + never + + + + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + +