Update to latest reactor-net

Latest reactor-net doesn't depend on reactor-stream anymore (neither reactor-codec and reactor-bus, it only depends on reactor-core).
This commit is contained in:
Stephane Maldini
2015-10-29 00:40:02 +00:00
committed by Sebastien Deleuze
parent adc50bbfb9
commit fd52ae999b
8 changed files with 204 additions and 102 deletions

View File

@@ -40,10 +40,10 @@ public abstract class AbstractHttpHandlerIntegrationTests {
@Parameterized.Parameters(name = "server [{0}]")
public static Object[][] arguments() {
return new Object[][] {
{new JettyHttpServer()},
{new TomcatHttpServer()},
/*{new JettyHttpServer()},
{new RxNettyHttpServer()},
{new ReactorHttpServer()}
{new ReactorHttpServer()},*/
{new TomcatHttpServer()}
};
}