Skip to content

Commit

Permalink
remove builtintypes
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Aug 6, 2024
1 parent 29b2b55 commit 91d5d14
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
import org.apache.druid.guice.AnnouncerModule;
import org.apache.druid.guice.BrokerProcessingModule;
import org.apache.druid.guice.BrokerServiceModule;
import org.apache.druid.guice.BuiltInTypesModule;
import org.apache.druid.guice.CoordinatorDiscoveryModule;
import org.apache.druid.guice.DruidInjectorBuilder;
import org.apache.druid.guice.ExpressionModule;
Expand Down Expand Up @@ -292,7 +291,6 @@ private void installForServerModules(CoreInjectorBuilder builder)
new StorageNodeModule(),
new JettyServerModule(),
new ExpressionModule(),
new BuiltInTypesModule(),
new DiscoveryModule(),
new ServerViewModule(),
new MetadataConfigModule(),
Expand Down

0 comments on commit 91d5d14

Please sign in to comment.