From 1bb9883ca6f4dbd41186d484fd4f0b998be2607d Mon Sep 17 00:00:00 2001 From: Petyo Petev Date: Wed, 20 Apr 2022 10:19:56 +0300 Subject: [PATCH] FIX: pom.xml -- maven central mandates https Maven central does not support plain http anymore --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3e18a79..3df04e6 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ central Maven Central Repository - http://repo1.maven.org/maven2/ + https://repo1.maven.org/maven2/ EclipseLink