Add MOE equivalency for 2018-04-23 sync

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=193969171
This commit is contained in:
jianglai 2018-04-23 12:50:52 -07:00
parent c2b5eaa4d2
commit 7f3dc484e8
4 changed files with 4 additions and 1 deletions

View file

@ -27,6 +27,7 @@ java_library(
"@javax_servlet_api", "@javax_servlet_api",
"@junit", "@junit",
"@org_mockito_all", "@org_mockito_all",
"@org_mortbay_jetty",
], ],
) )

View file

@ -27,6 +27,7 @@ java_library(
"@joda_time", "@joda_time",
"@junit", "@junit",
"@org_mockito_all", "@org_mockito_all",
"@org_mortbay_jetty",
], ],
) )

View file

@ -18,11 +18,11 @@ java_library(
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [ deps = [
"//java/google/registry/util", "//java/google/registry/util",
"//third_party/java/jetty/v6_1_22",
"@com_google_auto_value", "@com_google_auto_value",
"@com_google_code_findbugs_jsr305", "@com_google_code_findbugs_jsr305",
"@com_google_guava", "@com_google_guava",
"@javax_servlet_api", "@javax_servlet_api",
"@org_mortbay_jetty",
], ],
) )

View file

@ -58,5 +58,6 @@ java_library(
"@org_joda_money", "@org_joda_money",
"@org_json", "@org_json",
"@org_mockito_all", "@org_mockito_all",
"@org_mortbay_jetty",
], ],
) )