mirror of
https://github.com/google/nomulus
synced 2026-01-08 15:21:46 +00:00
Add framework for customizable WHOIS commands
With some additional changes by Ben McIlwain. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145447136
This commit is contained in:
committed by
Ben McIlwain
parent
d3fe6be385
commit
bb3a0c78c5
@@ -26,6 +26,7 @@ import google.registry.request.Modules.Jackson2Module;
|
||||
import google.registry.request.Modules.URLFetchServiceModule;
|
||||
import google.registry.util.SystemClock.SystemClockModule;
|
||||
import google.registry.util.SystemSleeper.SystemSleeperModule;
|
||||
import google.registry.whois.WhoisModule;
|
||||
import javax.inject.Singleton;
|
||||
|
||||
/**
|
||||
@@ -50,6 +51,7 @@ import javax.inject.Singleton;
|
||||
SystemSleeperModule.class,
|
||||
URLFetchServiceModule.class,
|
||||
VoidDnsWriterModule.class,
|
||||
WhoisModule.class,
|
||||
},
|
||||
dependencies = {
|
||||
HttpRequestFactoryComponent.class,
|
||||
|
||||
Reference in New Issue
Block a user