mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
15 lines
348 B
Text
15 lines
348 B
Text
package(
|
|
default_visibility = ["//java/com/google/domain/registry:registry_project"],
|
|
)
|
|
|
|
|
|
java_library(
|
|
name = "api",
|
|
srcs = glob(["*.java"]),
|
|
deps = [
|
|
"//java/com/google/common/base",
|
|
"//third_party/java/dagger",
|
|
"//third_party/java/jsr305_annotations",
|
|
"//third_party/java/jsr330_inject",
|
|
],
|
|
)
|