Bring back Maven snapshots repo for Reactor deps

This commit is contained in:
Artem Bilan
2025-06-03 10:10:25 -04:00
parent 943cf195ed
commit 09b99a3328

View File

@@ -135,6 +135,7 @@ allprojects {
maven { url 'https://repo.spring.io/milestone' }
if (version.endsWith('-SNAPSHOT')) {
maven { url 'https://repo.spring.io/snapshot' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
// maven { url 'https://repo.spring.io/libs-staging-local' }
}