Add missing libs-snapshot repository declaration
See gh-22640
This commit is contained in:
parent
3b54fe20a8
commit
f185e07573
|
|
@ -8,7 +8,7 @@ apply plugin: "io.spring.dependency-management"
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://repo.spring.io/snapshot" }
|
maven { url "https://repo.spring.io/libs-snapshot" }
|
||||||
maven { url "https://repo.spring.io/milestone" }
|
maven { url "https://repo.spring.io/milestone" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue