提交 a12c172c 编写于 作者: R Rossen Stoyanchev

Switch to rxnetty-http dependency

The "rxnetty" artifact is old (October 2015). There is now rxnetty-http
and other modules that have more recent snapshots (December 2015).
上级 da4e4aab
...@@ -45,7 +45,7 @@ dependencies { ...@@ -45,7 +45,7 @@ dependencies {
compile "commons-logging:commons-logging:1.2" compile "commons-logging:commons-logging:1.2"
optional 'io.reactivex:rxjava:1.1.0' optional 'io.reactivex:rxjava:1.1.0'
optional "io.reactivex:rxnetty:0.5.0-SNAPSHOT" optional "io.reactivex:rxnetty-http:0.5.0-SNAPSHOT"
optional "com.fasterxml.jackson.core:jackson-databind:2.6.2" optional "com.fasterxml.jackson.core:jackson-databind:2.6.2"
optional "io.projectreactor:reactor-stream:${reactorVersion}" optional "io.projectreactor:reactor-stream:${reactorVersion}"
optional "io.projectreactor:reactor-net:${reactorVersion}" optional "io.projectreactor:reactor-net:${reactorVersion}"
......
...@@ -24,9 +24,6 @@ import org.reactivestreams.Publisher; ...@@ -24,9 +24,6 @@ import org.reactivestreams.Publisher;
import reactor.core.publisher.convert.RxJava1Converter; import reactor.core.publisher.convert.RxJava1Converter;
import rx.Observable; import rx.Observable;
import org.springframework.http.server.reactive.HttpHandler;
import org.springframework.http.server.reactive.RxNettyServerHttpRequest;
import org.springframework.http.server.reactive.RxNettyServerHttpResponse;
import org.springframework.util.Assert; import org.springframework.util.Assert;
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册