Stop using libs-release

This commit makes sure we narrow down dependencies of the Spring
Framework to only Maven central. Optional dependencies that are not
available on Maven Central are now served from a more specific
repository (`ext-release-local`).

Closes gh-23124
This commit is contained in:
Stephane Nicoll 2019-08-28 14:15:55 +02:00
parent d53cbb6de4
commit e5b957167a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/ext-release-local" } // WebSphere uow
maven { url "https://repo.spring.io/milestone" } // Reactor
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
mavenLocal()