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:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user