From 50719830481fa685b83fa9ac15749dd02f056ec4 Mon Sep 17 00:00:00 2001 From: Alex Zolotko Date: Mon, 10 Feb 2020 09:32:22 +0100 Subject: [PATCH] Update pom.xml to use https:// URLs Otherwise, maven fails with: 501 HTTPS Required. Use https://repo1.maven.org/maven2/ --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 84a735f..eabcc7f 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma central - http://repo1.maven.org/maven2 + https://repo1.maven.org/maven2 false