mirror of
https://github.com/google/nomulus
synced 2026-09-20 23:14:44 +00:00
Merge tools/[] package into tools/server
There's no point in having this extra package exclusively for []s, especially because we already weren't being consistent and had multiple []s in the tools/server package. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=118807843
This commit is contained in:
@@ -5,11 +5,15 @@ package(
|
||||
|
||||
java_library(
|
||||
name = "server",
|
||||
srcs = glob(["**/*.java"]),
|
||||
srcs = glob(["*.java"]),
|
||||
deps = [
|
||||
"//java/com/google/common/annotations",
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/collect",
|
||||
"//java/com/google/common/io",
|
||||
"//java/com/google/common/net",
|
||||
"//java/com/google/common/primitives",
|
||||
"//java/com/google/common/util/concurrent",
|
||||
"//java/com/google/domain/registry/config",
|
||||
"//java/com/google/domain/registry/export",
|
||||
"//java/com/google/domain/registry/flows",
|
||||
@@ -24,6 +28,8 @@ java_library(
|
||||
"//third_party/java/appengine_gcs_client",
|
||||
"//third_party/java/appengine_mapreduce2:appengine_mapreduce",
|
||||
"//third_party/java/dagger",
|
||||
"//third_party/java/jcommander",
|
||||
"//third_party/java/joda_money",
|
||||
"//third_party/java/joda_time",
|
||||
"//third_party/java/jsr305_annotations",
|
||||
"//third_party/java/jsr330_inject",
|
||||
|
||||
Reference in New Issue
Block a user