Remove artifactory oss snapshot repository

The RSocket SNAPSHOTs are now mirrored on the Spring SNAPSHOT
repository.
This commit is contained in:
Brian Clozel
2020-09-07 20:05:19 +02:00
parent 0d699840ad
commit 59ecedea46

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 {