Revert "Stop using libs-release"
This reverts commit e5b957167a.
See gh-23124
This commit is contained in:
parent
46b3a8335f
commit
5a28fdc540
|
|
@ -116,7 +116,7 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project ->
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://repo.spring.io/ext-release-local" } // WebSphere uow
|
maven { url "https://repo.spring.io/libs-release" }
|
||||||
maven { url "https://repo.spring.io/milestone" } // Reactor
|
maven { url "https://repo.spring.io/milestone" } // Reactor
|
||||||
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
|
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue