Skip to content

Commit 3a09efe

Browse files
committed
Add Apache's maven staging repository
This is required to build against Spring for Apache Kafka 2.6.0-SNAPSHOT which brings kafka-clients:2.6.0. kafka-clients:2.6.0 is actually an RC version and is not promoted to central yet. The staging repository will be removed once kafka-clients:2.6.0 is promoted to maven central.
1 parent 2e94f48 commit 3a09efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ 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
4041
maven { url 'https://repo.spring.io/libs-snapshot' }
4142
maven { url 'https://repo.spring.io/libs-milestone' }
4243
maven { url 'https://repo.spring.io/plugins-release' }

0 commit comments

Comments
 (0)