De-premiumize wing.dev for internal registration

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=236661149
This commit is contained in:
mcilwain 2019-03-04 08:55:12 -08:00 committed by Ben McIlwain
parent 50e88acddb
commit 241dbea9d9
44 changed files with 44 additions and 44 deletions

View file

@ -22,6 +22,7 @@ java_library(
"//java/google/registry/request/lock",
"//java/google/registry/util",
"//javatests/google/registry/testing",
"//third_party/java/mockito",
"//third_party/objectify:objectify-v4_1",
"@com_google_appengine_api_1_0_sdk",
"@com_google_appengine_api_stubs",
@ -32,7 +33,6 @@ java_library(
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",
],
)

View file

@ -15,6 +15,7 @@ java_library(
"//java/google/registry/model",
"//java/google/registry/util",
"//javatests/google/registry/testing",
"//third_party/java/mockito",
"//third_party/objectify:objectify-v4_1",
"@com_google_apis_google_api_services_dns",
"@com_google_guava",
@ -22,7 +23,6 @@ java_library(
"@com_google_truth_extensions_truth_java8_extension",
"@joda_time",
"@junit",
"@org_mockito_all",
],
)

View file

@ -14,6 +14,7 @@ java_library(
"//java/google/registry/dns/writer/dnsupdate",
"//java/google/registry/model",
"//javatests/google/registry/testing",
"//third_party/java/mockito",
"//third_party/objectify:objectify-v4_1",
"@com_google_dagger",
"@com_google_guava",
@ -22,7 +23,6 @@ java_library(
"@dnsjava",
"@joda_time",
"@junit",
"@org_mockito_all",
],
)