mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 17:07:15 +02:00
Remove straggling JarKeyring link and sort MOE-added imports
Followups from [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132564245
This commit is contained in:
parent
a63921350b
commit
e478fd09fb
4 changed files with 8 additions and 8 deletions
|
@ -24,8 +24,8 @@ import google.registry.gcs.GcsServiceModule;
|
|||
import google.registry.groups.DirectoryModule;
|
||||
import google.registry.groups.GroupsModule;
|
||||
import google.registry.groups.GroupssettingsModule;
|
||||
import google.registry.keyring.api.KeyModule;
|
||||
import google.registry.keyring.api.DummyKeyringModule;
|
||||
import google.registry.keyring.api.KeyModule;
|
||||
import google.registry.monitoring.metrics.MetricReporter;
|
||||
import google.registry.monitoring.whitebox.StackdriverModule;
|
||||
import google.registry.rde.JSchModule;
|
||||
|
@ -52,6 +52,7 @@ import javax.inject.Singleton;
|
|||
DatastoreServiceModule.class,
|
||||
DirectoryModule.class,
|
||||
DriveModule.class,
|
||||
DummyKeyringModule.class,
|
||||
GcsServiceModule.class,
|
||||
GoogleCredentialModule.class,
|
||||
GroupsModule.class,
|
||||
|
@ -68,7 +69,6 @@ import javax.inject.Singleton;
|
|||
UrlFetchTransportModule.class,
|
||||
UseAppIdentityCredentialForGoogleApisModule.class,
|
||||
VoidDnsWriterModule.class,
|
||||
DummyKeyringModule.class,
|
||||
})
|
||||
interface BackendComponent {
|
||||
BackendRequestComponent startRequest(RequestModule requestModule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue