Bootstrap app = bootstrapApplication("test-application")
.doNotInitializeLogging()
.withModules(
new TestingNodeModule(),
new InMemoryEventModule(),
new TestingHttpServerModule(),
new JsonModule(),
explicitJaxrsModule(),
new ReportingModule(),
new TestingMBeanModule(),
new MainModule()