From 49e5aa4f52aa6bfec72edde96f47d62987ded711 Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Wed, 28 Feb 2018 20:30:08 -0600 Subject: [PATCH] Remove two Maven repositories that we no longer use for anything We used to use these to find various Eclipse packages, but that was always a dodgy affair since we never quite knew whether we had matching versions of everything. Now that we are using the "com.diffplug.gradle.p2.asmaven" plug-in, though, we have much better control over getting exactly the Eclipse material we need. These two Maven repositories no longer provide anything we use, and therefore can be removed. --- build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.gradle b/build.gradle index 175048c12..480c190de 100644 --- a/build.gradle +++ b/build.gradle @@ -73,12 +73,6 @@ subprojects { subproject -> repositories { mavenCentral() - maven { - url 'https://artifacts.alfresco.com/nexus/content/repositories/public/' - } - maven { - url 'https://repo.eclipse.org/content/groups/releases/' - } maven { url "$rootProject.buildDir/p2asmaven/maven" }