We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000ce9a commit 35bdf28Copy full SHA for 35bdf28
build.gradle
@@ -56,7 +56,7 @@ ext {
56
jaywayJsonPathVersion = '2.4.0'
57
junit4Version = '4.13'
58
junitJupiterVersion = '5.6.2'
59
- kafkaVersion = '2.6.0' // RC0
+ kafkaVersion = '2.6.0'
60
log4jVersion = '2.13.2'
61
micrometerVersion = '1.5.2'
62
mockitoVersion = '3.3.3'
@@ -101,7 +101,7 @@ allprojects {
101
if (version.endsWith('BUILD-SNAPSHOT')) {
102
maven { url 'https://repo.spring.io/libs-snapshot' }
103
}
104
- maven { url 'https://repository.apache.org/content/groups/staging/' }
+// maven { url 'https://repository.apache.org/content/groups/staging/' }
105
106
107
0 commit comments