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:
Greg Shikhman 2016-08-04 14:46:12 -07:00 committed by Justine Tunney
parent 51bdb26e7d
commit 0e4244a03d
6 changed files with 481 additions and 0 deletions

View file

@ -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",