Add mavenCentral() repo

This commit is contained in:
Gary Russell
2020-12-09 11:10:40 -05:00
parent ef72f80487
commit fa253ba05c

View File

@@ -35,6 +35,7 @@ allprojects {
group = 'org.springframework.amqp'
repositories {
mavenCentral()
if (version.endsWith('BUILD-SNAPSHOT')) {
maven { url 'https://repo.spring.io/libs-snapshot' }
}