mirror of
https://github.com/google/nomulus.git
synced 2025-06-19 10:50:49 +02:00
Now that the large zone re-signing test is complete, we no longer need it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199507075
25 lines
664 B
Text
25 lines
664 B
Text
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
java_library(
|
|
name = "util",
|
|
srcs = glob(["*.java"]),
|
|
deps = [
|
|
"//third_party/java/appengine:appengine-api",
|
|
"//third_party/jaxb",
|
|
"//third_party/objectify:objectify-v4_1",
|
|
"@com_google_code_findbugs_jsr305",
|
|
"@com_google_dagger",
|
|
"@com_google_errorprone_error_prone_annotations",
|
|
"@com_google_flogger",
|
|
"@com_google_flogger_system_backend",
|
|
"@com_google_guava",
|
|
"@com_google_re2j",
|
|
"@com_ibm_icu_icu4j",
|
|
"@javax_servlet_api",
|
|
"@joda_time",
|
|
],
|
|
)
|