File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -322,15 +322,15 @@ project("spring-messaging") {
322
322
compile(project(" :spring-context" ))
323
323
optional(project(" :spring-websocket" ))
324
324
optional(" com.fasterxml.jackson.core:jackson-databind:2.2.0" )
325
- optional(" org.projectreactor:reactor-core:1.0.0.BUILD-SNAPSHOT " )
326
- optional(" org.projectreactor:reactor-tcp:1.0.0.BUILD-SNAPSHOT " )
325
+ optional(" org.projectreactor:reactor-core:1.0.0.M1 " )
326
+ optional(" org.projectreactor:reactor-tcp:1.0.0.M1 " )
327
327
optional(" com.lmax:disruptor:3.1.1" )
328
328
testCompile(" commons-dbcp:commons-dbcp:1.2.2" )
329
329
testCompile(" javax.inject:javax.inject-tck:1" )
330
330
}
331
331
332
332
repositories {
333
- maven { url ' http://repo.springsource.org/snapshot ' } // reactor
333
+ maven { url ' http://repo.springsource.org/libs-milestone ' } // reactor
334
334
}
335
335
}
336
336
You can’t perform that action at this time.
0 commit comments