mirror of
https://github.com/google/nomulus.git
synced 2025-07-27 04:58:37 +02:00
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:
parent
c2b5eaa4d2
commit
7f3dc484e8
4 changed files with 4 additions and 1 deletions
|
@ -27,6 +27,7 @@ java_library(
|
||||||
"@javax_servlet_api",
|
"@javax_servlet_api",
|
||||||
"@junit",
|
"@junit",
|
||||||
"@org_mockito_all",
|
"@org_mockito_all",
|
||||||
|
"@org_mortbay_jetty",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ java_library(
|
||||||
"@joda_time",
|
"@joda_time",
|
||||||
"@junit",
|
"@junit",
|
||||||
"@org_mockito_all",
|
"@org_mockito_all",
|
||||||
|
"@org_mortbay_jetty",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue