mirror of
https://github.com/google/nomulus.git
synced 2025-06-04 11:37:25 +02:00
Give core registry libraries public visibility
This is so Donuts can create entirely separate Bazel repositories that link against the Domain Registry codebase. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116182448
This commit is contained in:
parent
689c673a7c
commit
ddd45b22fb
14 changed files with 16 additions and 0 deletions
|
@ -17,6 +17,7 @@ java_library(
|
|||
"//java/com/google/domain/registry/env/common/default:WEB-INF/datastore-indexes.xml",
|
||||
"//java/com/google/domain/registry/env/common/default:WEB-INF/queue.xml",
|
||||
] + glob(["*.csv"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/cache",
|
||||
|
|
|
@ -8,6 +8,7 @@ load("//java/com/google/testing/builddefs:GenTestRules.bzl", "GenTestRules")
|
|||
java_library(
|
||||
name = "mapreduce",
|
||||
srcs = glob(["*.java"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/collect",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue