mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 11:38:35 +02:00
Add MOE equivalence for sync on 2016-12-19
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=142449539
This commit is contained in:
parent
0405a427f1
commit
28f6c770c8
94 changed files with 804 additions and 1095 deletions
|
@ -14,9 +14,9 @@ java_library(
|
|||
"//java/google/registry/ui/forms",
|
||||
"//java/google/registry/ui/server",
|
||||
"//javatests/google/registry/testing",
|
||||
"//third_party/java/hamcrest",
|
||||
"//third_party/java/junit",
|
||||
"//third_party/java/truth",
|
||||
"@com_google_truth",
|
||||
"@junit",
|
||||
"@org_hamcrest_library",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -12,11 +12,6 @@ java_library(
|
|||
srcs = glob(["*.java"]),
|
||||
resources = glob(["testdata/*"]),
|
||||
deps = [
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/collect",
|
||||
"//java/com/google/common/io",
|
||||
"//java/com/google/common/net",
|
||||
"//java/com/google/common/testing",
|
||||
"//java/google/registry/braintree",
|
||||
"//java/google/registry/config",
|
||||
"//java/google/registry/export/sheet",
|
||||
|
@ -28,16 +23,18 @@ java_library(
|
|||
"//java/google/registry/util",
|
||||
"//javatests/google/registry/security",
|
||||
"//javatests/google/registry/testing",
|
||||
"//third_party/java/appengine:appengine-api-testonly",
|
||||
"//third_party/java/braintree",
|
||||
"//third_party/java/joda_money",
|
||||
"//third_party/java/joda_time",
|
||||
"//third_party/java/json_simple",
|
||||
"//third_party/java/junit",
|
||||
"//third_party/java/mockito",
|
||||
"//third_party/java/objectify:objectify-v4_1",
|
||||
"//third_party/java/servlet/servlet_api",
|
||||
"//third_party/java/truth",
|
||||
"@com_braintreepayments_gateway_braintree_java",
|
||||
"@com_google_appengine_api_1_0_sdk//:testonly",
|
||||
"@com_google_guava",
|
||||
"@com_google_guava_testlib",
|
||||
"@com_google_truth",
|
||||
"@com_googlecode_json_simple",
|
||||
"@javax_servlet_api",
|
||||
"@joda_time",
|
||||
"@junit",
|
||||
"@org_joda_money",
|
||||
"@org_mockito_all",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue