Skip to content

Commit e5b9571

Browse files
committed
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
1 parent d53cbb6 commit e5b9571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project ->
116116

117117
repositories {
118118
mavenCentral()
119-
maven { url "https://repo.spring.io/libs-release" }
119+
maven { url "https://repo.spring.io/ext-release-local" } // WebSphere uow
120120
maven { url "https://repo.spring.io/milestone" } // Reactor
121121
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
122122
mavenLocal()

0 commit comments

Comments
 (0)