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).
This commit is contained in:
Rossen Stoyanchev
2015-12-29 17:11:01 -05:00
parent da4e4aab39
commit a12c172ceb
2 changed files with 1 additions and 4 deletions
@@ -24,9 +24,6 @@ import org.reactivestreams.Publisher;
import reactor.core.publisher.convert.RxJava1Converter;
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;
/**