1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00:00

Make deeplinking verification calls to IRDB

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125491372
This commit is contained in:
mcilwain
2016-06-21 13:56:14 -07:00
committed by Ben McIlwain
parent 0d47534246
commit 98c88fee1a
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ java_library(
name = "backend",
srcs = glob(["*.java"]),
deps = [
"//java/com/google/common/annotations",
"//java/com/google/common/base",
"//java/com/google/common/collect",
"//java/com/google/common/net",

View File

@@ -22,6 +22,7 @@ java_library(
] + glob(["*.csv"]),
visibility = ["//visibility:public"],
deps = [
"//java/com/google/common/annotations",
"//java/com/google/common/base",
"//java/com/google/common/cache",
"//java/com/google/common/collect",