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 ef72f80 commit fa253baCopy full SHA for fa253ba
build.gradle
@@ -35,6 +35,7 @@ allprojects {
35
group = 'org.springframework.amqp'
36
37
repositories {
38
+ mavenCentral()
39
if (version.endsWith('BUILD-SNAPSHOT')) {
40
maven { url 'https://repo.spring.io/libs-snapshot' }
41
}
0 commit comments