mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +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
|
@ -8,10 +8,10 @@ java_binary(
|
|||
name = "annotation_processors_ide",
|
||||
create_executable = False,
|
||||
runtime_deps = [
|
||||
"//third_party/java/dagger:dagger-compiler",
|
||||
"@auto_factory//jar",
|
||||
"@auto_service//jar",
|
||||
"@auto_value//jar",
|
||||
"@com_google_dagger_compiler",
|
||||
"@javawriter//jar",
|
||||
],
|
||||
)
|
||||
|
@ -21,23 +21,23 @@ java_binary(
|
|||
testonly = 1,
|
||||
create_executable = 0,
|
||||
runtime_deps = [
|
||||
"//java/com/google/common/testing",
|
||||
"//java/google/registry/module/backend",
|
||||
"//java/google/registry/module/frontend",
|
||||
"//java/google/registry/module/tools",
|
||||
"//java/google/registry/tools",
|
||||
"//third_party/java/apache_sshd",
|
||||
"//third_party/java/appengine:appengine-api-link",
|
||||
"//third_party/java/appengine:appengine-integration-testing",
|
||||
"//third_party/java/appengine:appengine-remote-api-link",
|
||||
"//third_party/java/appengine:appengine-stubs",
|
||||
"//third_party/java/appengine:appengine-testing",
|
||||
"//third_party/java/ftpserver",
|
||||
"//third_party/java/hamcrest",
|
||||
"//third_party/java/jetty/v6_1_22",
|
||||
"//third_party/java/junit",
|
||||
"//third_party/java/mockito",
|
||||
"//third_party/java/truth",
|
||||
"@com_google_appengine_api_1_0_sdk//:link",
|
||||
"@com_google_appengine_api_stubs",
|
||||
"@com_google_appengine_remote_api//:link",
|
||||
"@com_google_appengine_testing",
|
||||
"@com_google_appengine_tools_sdk",
|
||||
"@com_google_guava_testlib",
|
||||
"@com_google_truth",
|
||||
"@junit",
|
||||
"@org_apache_ftpserver_core",
|
||||
"@org_apache_sshd_core",
|
||||
"@org_hamcrest_library",
|
||||
"@org_mockito_all",
|
||||
"@org_mortbay_jetty",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue