Clean up third_party imports in BUILD files

This removes the following unnecessary imports:

//third_party/java/activation
//third_party/java/bouncycastle
//third_party/java/bouncycastle_bcpg
//third_party/java/dagger
//third_party/java/dnsjava
//third_party/java/jaxws_api
//third_party/java/jcommander
//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/re2j
//third_party/java/servlet/servlet_api
//third_party/java/truth:truth8

The exact command run to generate this CL was:

build_cleaner '//third_party/java_src/gtld/...' -c '' --dep_restrictions='//third_party/java/activation,//third_party/java/bouncycastle,//third_party/java/bouncycastle_bcpg,//third_party/java/dagger,//third_party/java/dnsjava,//third_party/java/jaxws_api,//third_party/java/jcommander,//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/re2j,//third_party/java/servlet/servlet_api,//third_party/java/truth:truth8'

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202344774
This commit is contained in:
mcilwain 2018-06-27 11:46:13 -07:00 committed by jianglai
parent b5412adba9
commit bb1b4bc0d4
39 changed files with 0 additions and 54 deletions

View file

@ -26,7 +26,6 @@ java_library(
"@com_google_flogger",
"@com_google_flogger_system_backend",
"@com_google_guava",
"@com_googlecode_json_simple",
"@javax_inject",
"@javax_servlet_api",
"@joda_time",

View file

@ -35,7 +35,6 @@ java_library(
"@com_google_flogger_system_backend",
"@com_google_guava",
"@com_google_http_client",
"@com_googlecode_json_simple",
"@javax_servlet_api",
"@joda_time",
"@org_joda_money",

View file

@ -21,6 +21,5 @@ java_library(
"@com_google_guava",
"@javax_inject",
"@javax_servlet_api",
"@joda_time",
],
)

View file

@ -33,7 +33,6 @@ java_library(
"@com_google_flogger_system_backend",
"@com_google_guava",
"@com_google_http_client",
"@com_googlecode_json_simple",
"@javax_inject",
"@javax_servlet_api",
"@joda_time",

View file

@ -19,6 +19,5 @@ java_library(
"@com_google_guava",
"@javax_inject",
"@javax_servlet_api",
"@joda_time",
],
)

View file

@ -17,6 +17,5 @@ java_library(
"@com_google_guava",
"@javax_inject",
"@org_bouncycastle_bcpg_jdk15on",
"@org_bouncycastle_bcpkix_jdk15on",
],
)

View file

@ -21,6 +21,5 @@ java_library(
"@com_google_http_client",
"@javax_inject",
"@org_bouncycastle_bcpg_jdk15on",
"@org_bouncycastle_bcpkix_jdk15on",
],
)

View file

@ -19,7 +19,6 @@ java_library(
"@com_google_flogger",
"@com_google_flogger_system_backend",
"@com_google_guava",
"@javax_servlet_api",
"@joda_time",
],
)

View file

@ -14,7 +14,6 @@ java_library(
"@com_google_dagger",
"@com_google_guava",
"@javax_inject",
"@javax_servlet_api",
"@joda_time",
"@org_joda_money",
],

View file

@ -14,6 +14,5 @@ java_library(
"@com_google_guava",
"@com_google_http_client",
"@javax_inject",
"@joda_time",
],
)

View file

@ -13,7 +13,5 @@ java_library(
"//third_party/objectify:objectify-v4_1",
"@com_google_guava",
"@com_google_re2j",
"@javax_servlet_api",
"@joda_time",
],
)

View file

@ -21,7 +21,6 @@ java_library(
"//java/google/registry/request/auth",
"//java/google/registry/util",
"//third_party/objectify:objectify-v4_1",
"@com_beust_jcommander",
"@com_google_appengine_api_1_0_sdk",
"@com_google_appengine_tools_appengine_gcs_client",
"@com_google_appengine_tools_appengine_mapreduce",
@ -34,6 +33,5 @@ java_library(
"@javax_inject",
"@javax_servlet_api",
"@joda_time",
"@org_joda_money",
],
)

View file

@ -21,9 +21,7 @@ java_library(
"@com_google_code_findbugs_jsr305",
"@com_google_guava",
"@com_google_re2j",
"@com_googlecode_json_simple",
"@io_bazel_rules_closure//closure/templates",
"@javax_servlet_api",
"@joda_time",
],
)

View file

@ -20,7 +20,6 @@ java_library(
"@com_google_re2j",
"@com_ibm_icu_icu4j",
"@javax_inject",
"@javax_servlet_api",
"@joda_time",
],
)

View file

@ -26,7 +26,6 @@ java_library(
"@com_google_guava_testlib",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",

View file

@ -32,7 +32,6 @@ java_library(
"@com_google_dagger",
"@com_google_guava",
"@com_google_http_client",
"@com_google_re2j",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",

View file

@ -20,7 +20,6 @@ java_library(
"@com_google_guava",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@joda_time",
"@junit",
"@org_apache_avro",
"@org_apache_beam_runners_direct_java",

View file

@ -22,10 +22,7 @@ java_library(
"@com_google_guava",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",
],
)

View file

@ -20,7 +20,6 @@ java_library(
"@com_google_guava",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",

View file

@ -17,11 +17,9 @@ java_library(
"//third_party/objectify:objectify-v4_1",
"@com_google_dagger",
"@com_google_guava",
"@com_google_re2j",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@dnsjava",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",

View file

@ -19,7 +19,6 @@ java_library(
"@com_google_guava",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_joda_money",

View file

@ -27,7 +27,6 @@ java_library(
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",
],

View file

@ -20,7 +20,6 @@ java_library(
"@com_google_truth_extensions_truth_java8_extension",
"@junit",
"@org_bouncycastle_bcpg_jdk15on",
"@org_bouncycastle_bcpkix_jdk15on",
"@org_mockito_all",
],
)

View file

@ -35,8 +35,6 @@ java_library(
"@com_google_monitoring_client_contrib",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@com_sun_activation_javax_activation",
"@javax_xml_ws_jaxws_api",
"@joda_time",
"@junit",
"@org_joda_money",

View file

@ -18,10 +18,7 @@ java_library(
"//java/google/registry/request",
"//java/google/registry/util",
"//javatests/google/registry/testing",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",
],

View file

@ -17,8 +17,6 @@ java_library(
"//java/google/registry/module/frontend",
"//java/google/registry/request",
"//javatests/google/registry/testing",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@junit",
"@org_mockito_all",

View file

@ -17,8 +17,6 @@ java_library(
"//java/google/registry/module/pubapi",
"//java/google/registry/request",
"//javatests/google/registry/testing",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@junit",
"@org_mockito_all",

View file

@ -17,8 +17,6 @@ java_library(
"//java/google/registry/module/tools",
"//java/google/registry/request",
"//javatests/google/registry/testing",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@junit",
"@org_mockito_all",

View file

@ -29,11 +29,8 @@ java_library(
"@com_google_http_client",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@javax_xml_ws_jaxws_api",
"@joda_time",
"@junit",
"@org_joda_money",
"@org_mockito_all",
],
)

View file

@ -21,7 +21,6 @@ java_library(
"@joda_time",
"@junit",
"@org_joda_money",
"@org_mockito_all",
],
)

View file

@ -30,7 +30,6 @@ java_library(
"@com_google_truth_extensions_truth_java8_extension",
"@com_googlecode_json_simple",
"@javax_servlet_api",
"@javax_xml_ws_jaxws_api",
"@joda_time",
"@junit",
"@org_mockito_all",

View file

@ -26,7 +26,6 @@ java_library(
"@com_google_http_client",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",

View file

@ -23,7 +23,6 @@ java_library(
"@com_google_code_findbugs_jsr305",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",

View file

@ -50,7 +50,6 @@ java_library(
"@com_google_guava_testlib",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@com_googlecode_json_simple",
"@javax_inject",
"@javax_servlet_api",
"@joda_time",

View file

@ -27,7 +27,6 @@ java_library(
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_mockito_all",
],

View file

@ -17,7 +17,6 @@ java_library(
"@junit",
"@org_apache_ftpserver_core",
"@org_apache_sshd_core",
"@org_bouncycastle_bcpg_jdk15on",
"@org_bouncycastle_bcpkix_jdk15on",
],
)

View file

@ -31,8 +31,6 @@ java_library(
"@javax_servlet_api",
"@joda_time",
"@junit",
"@org_bouncycastle_bcpg_jdk15on",
"@org_bouncycastle_bcpkix_jdk15on",
"@org_mockito_all",
],
)

View file

@ -28,7 +28,6 @@ java_library(
"@com_google_appengine_tools_appengine_mapreduce",
"@com_google_appengine_tools_appengine_pipeline",
"@com_google_guava",
"@com_google_re2j",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@javax_servlet_api",

View file

@ -20,7 +20,6 @@ java_library(
"@com_google_flogger_system_backend",
"@com_google_guava",
"@com_google_guava_testlib",
"@com_google_re2j",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",
"@joda_time",