We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e2c68 commit 4690f74Copy full SHA for 4690f74
build.gradle
@@ -40,7 +40,7 @@ ext {
40
log4jVersion = "2.11.2"
41
nettyVersion = "4.1.36.Final"
42
reactorVersion = "Dysprosium-M2"
43
- rsocketVersion = "0.12.2-RC4-SNAPSHOT"
+ rsocketVersion = "0.12.2-RC4"
44
rxjavaVersion = "1.3.8"
45
rxjavaAdapterVersion = "1.2.1"
46
rxjava2Version = "2.2.9"
@@ -148,9 +148,9 @@ configure(allprojects) { project ->
148
}
149
150
repositories {
151
+ mavenCentral()
152
maven { url "https://repo.spring.io/libs-release" }
153
maven { url "https://repo.spring.io/milestone" } // Reactor
- maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
154
mavenLocal()
155
156
0 commit comments