mirror of https://github.com/apache/druid.git
cleanup
This commit is contained in:
parent
7428da51de
commit
d010b488a7
|
@ -222,7 +222,6 @@ public class DruidAvaticaTestDriver implements Driver
|
||||||
{
|
{
|
||||||
delegate.configureGuice(builder);
|
delegate.configureGuice(builder);
|
||||||
builder.addModule(connectionModule);
|
builder.addModule(connectionModule);
|
||||||
builder.addModule(new TestSqlModule());
|
|
||||||
builder.addModule(
|
builder.addModule(
|
||||||
binder -> {
|
binder -> {
|
||||||
binder.bindConstant().annotatedWith(Names.named("serviceName")).to("test");
|
binder.bindConstant().annotatedWith(Names.named("serviceName")).to("test");
|
||||||
|
|
Loading…
Reference in New Issue