Skip to content

Commit e06d2a9

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 (`libs-spring-framework-build`). Closes gh-23124
1 parent 02d7042 commit e06d2a9

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
@@ -295,7 +295,7 @@ configure(allprojects) { project ->
295295
}
296296
repositories {
297297
mavenCentral()
298-
maven { url "https://repo.spring.io/libs-release" }
298+
maven { url "https://repo.spring.io/libs-spring-framework-build" }
299299
maven { url "https://repo.spring.io/milestone" } // Reactor
300300
maven { url "https://repo.spring.io/snapshot" } // Reactor
301301
}

0 commit comments

Comments
 (0)