Revert Reactor Bismuth-SR1 work arounds as it is now in Central
This commit reverts: -362735c-a6a8195Closes gh-10738
This commit is contained in:
@@ -61,8 +61,6 @@ public final class RepositoryConfigurationFactory {
|
||||
MavenSettings mavenSettings = new MavenSettingsReader().readSettings();
|
||||
List<RepositoryConfiguration> repositoryConfiguration = new ArrayList<>();
|
||||
repositoryConfiguration.add(MAVEN_CENTRAL);
|
||||
repositoryConfiguration.add(new RepositoryConfiguration("spring-ext-release",
|
||||
URI.create("https://repo.spring.io/ext-release-local"), false));
|
||||
if (!Boolean.getBoolean("disableSpringSnapshotRepos")) {
|
||||
repositoryConfiguration.add(SPRING_MILESTONE);
|
||||
repositoryConfiguration.add(SPRING_SNAPSHOT);
|
||||
|
||||
Reference in New Issue
Block a user