Merge branch '5.2.x' into master

This commit is contained in:
Rossen Stoyanchev
2020-10-22 21:48:45 +01:00
3 changed files with 74 additions and 132 deletions

View File

@@ -292,6 +292,7 @@ configure(allprojects) { project ->
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/snapshot" } // Reactor
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
}
}
configurations.all {