mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 01:10:14 +02:00
Add request/lock to opensource build
This is to fix Kokoro, given the directory added in [] Also, added forgotten keyring/api directory. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167598465
This commit is contained in:
parent
2e4b63bb79
commit
18a13a09a4
6 changed files with 657 additions and 0 deletions
16
java/google/registry/request/lock/BUILD
Normal file
16
java/google/registry/request/lock/BUILD
Normal file
|
@ -0,0 +1,16 @@
|
|||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
java_library(
|
||||
name = "lock",
|
||||
srcs = glob(["*.java"]),
|
||||
deps = [
|
||||
"//java/google/registry/model",
|
||||
"@com_google_code_findbugs_jsr305",
|
||||
"@com_google_dagger",
|
||||
"@joda_time",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue