Skip to content

Commit 5fa821f

Browse files
committed
Remove Apache's maven staging repository
This commit is related to 3a09efe. Since kafka-clients 2.6.0 has been promoted to central, the Apache staging repo is not needed anymore.
1 parent 9dde586 commit 5fa821f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ allprojects {
3737
group = 'org.springframework.batch'
3838

3939
repositories {
40-
maven { url 'https://repository.apache.org/content/groups/staging/' } // TODO to remove when kafka-clients 2.6.0 is promoted to central
4140
maven { url 'https://repo.spring.io/libs-snapshot' }
4241
maven { url 'https://repo.spring.io/libs-milestone' }
4342
maven { url 'https://repo.spring.io/plugins-release' }

0 commit comments

Comments
 (0)