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.
This commit is contained in:
Mahmoud Ben Hassine
2020-08-10 11:51:56 +02:00
parent 9dde586442
commit 5fa821f25f

View File

@@ -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' }