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:
committed by
Sebastien Deleuze
parent
adc50bbfb9
commit
fd52ae999b
@@ -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()}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user