From fdb8c96108f9d8d72bc3a6a56d35e708f371a995 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Thu, 15 Jun 2017 14:03:06 -0500 Subject: [PATCH] Switch MAT to fetch jars from repo.maven.apache.org --- build.properties.default | 2 +- build.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index 45d65d9388..5291659b78 100644 --- a/build.properties.default +++ b/build.properties.default @@ -1,4 +1,4 @@ # Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus) artifact.remoteRepository.central: http://repo1.maven.org/maven2 -artifact.remoteRepository.apache: https://repository.apache.org/content/repositories/releases +artifact.remoteRepository.apache: http://repo.maven.apache.org/maven2 diff --git a/build.xml b/build.xml index 6d64025d59..6619bfd8f4 100644 --- a/build.xml +++ b/build.xml @@ -251,6 +251,8 @@ + +