mirror of
https://github.com/google/nomulus
synced 2026-02-13 00:02:04 +00:00
There's really no reason not to. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171037754
18 lines
373 B
Python
18 lines
373 B
Python
package(
|
|
default_testonly = 1,
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
java_library(
|
|
name = "contrib",
|
|
srcs = glob(["*.java"]),
|
|
deps = [
|
|
"//java/google/registry/monitoring/metrics",
|
|
"//third_party/java/truth",
|
|
"@com_google_code_findbugs_jsr305",
|
|
"@com_google_guava",
|
|
],
|
|
)
|