mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 17:28:25 +02:00
Add DnsWriter for Cloud DNS
The plumbing to support different DnsWriter implementations per TLD using DI will come in a later CL. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129375856
This commit is contained in:
parent
51bdb26e7d
commit
0e4244a03d
6 changed files with 481 additions and 0 deletions
|
@ -202,6 +202,12 @@ def domain_registry_repositories():
|
|||
sha1 = "4f1ee62be6b1b7258560ee7808094292798ef718",
|
||||
)
|
||||
|
||||
native.maven_jar(
|
||||
name = "google_api_services_dns",
|
||||
artifact = "com.google.apis:google-api-services-dns:v2beta1-rev2-1.21.0",
|
||||
sha1 = "8ea36fec19051f41afdf2cb9ca6a08af929530a6",
|
||||
)
|
||||
|
||||
native.maven_jar(
|
||||
name = "google_api_services_drive",
|
||||
artifact = "com.google.apis:google-api-services-drive:v2-rev160-1.19.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue