From 5fa821f25f837ad3ec9273d5a6b5c8d4fa67dc6b Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Mon, 10 Aug 2020 11:51:56 +0200 Subject: [PATCH] Remove Apache's maven staging repository This commit is related to 3a09efee. Since kafka-clients 2.6.0 has been promoted to central, the Apache staging repo is not needed anymore. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index fb61cdd27..040b48256 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,6 @@ allprojects { group = 'org.springframework.batch' repositories { - maven { url 'https://repository.apache.org/content/groups/staging/' } // TODO to remove when kafka-clients 2.6.0 is promoted to central maven { url 'https://repo.spring.io/libs-snapshot' } maven { url 'https://repo.spring.io/libs-milestone' } maven { url 'https://repo.spring.io/plugins-release' }