mirror of
https://github.com/google/nomulus.git
synced 2025-05-06 15:07:55 +02:00
This affects JSR305, JSR330, and Guava annotations. The exact command run to generate this CL was: build_cleaner '//third_party/java_src/gtld/...' -c '' --dep_restrictions='//third_party/java/jsr330_inject,//third_party/java/jsr305_annotations,[]' ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202322747
21 lines
488 B
Text
21 lines
488 B
Text
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
java_library(
|
|
name = "lock",
|
|
srcs = glob(["*.java"]),
|
|
deps = [
|
|
"//java/google/registry/model",
|
|
"//java/google/registry/util",
|
|
"@com_google_code_findbugs_jsr305",
|
|
"@com_google_dagger",
|
|
"@com_google_flogger",
|
|
"@com_google_flogger_system_backend",
|
|
"@com_google_guava",
|
|
"@javax_inject",
|
|
"@joda_time",
|
|
],
|
|
)
|