.add(new TestingNodeModule(Optional.fromNullable(environment)))
.add(new TestingHttpServerModule())
.add(new JsonModule())
.add(new JaxrsModule(true))
.add(new MBeanModule())
.add(new TestingJmxModule())
.add(new InMemoryEventModule())
.add(new TraceTokenModule())
.add(new ServerMainModule(new SqlParserOptions()));
if (discoveryUri != null) {