Move backported JUnit file to third_party

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177637931
This commit is contained in:
jianglai 2017-12-01 14:06:35 -08:00
parent 82382aaca6
commit 8ef4fbe9d5
22 changed files with 248 additions and 138 deletions

View file

@ -19,6 +19,7 @@ java_library(
"//java/google/registry:env/common/default/WEB-INF/datastore-indexes.xml",
"//java/google/registry:env/common/default/WEB-INF/queue.xml",
] + glob(["*.csv"]) + glob(["testdata/*"]),
exports = ["//third_party/junit"],
deps = [
"//java/google/registry/config",
"//java/google/registry/dns:constants",