RSocket SNAPSHOTs are now part of /snapshot

This commit is contained in:
Brian Clozel
2020-07-29 18:32:49 +02:00
parent 683cc2eb7f
commit 16eebf2911

View File

@@ -285,8 +285,7 @@ configure(allprojects) { project ->
repositories {
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
maven { url "https://repo.spring.io/snapshot" } // Reactor and RSocket
}
}
configurations.all {