From c55df2fb1b6366a11cbb48c1238aef09a723be3a Mon Sep 17 00:00:00 2001 From: jianglai Date: Tue, 2 Jan 2018 14:01:17 -0800 Subject: [PATCH] Remove metrics library from Nomulus codebase ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=180589440 --- third_party/junit/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/junit/BUILD b/third_party/junit/BUILD index 590b35e3f..52c6bfbb5 100644 --- a/third_party/junit/BUILD +++ b/third_party/junit/BUILD @@ -10,7 +10,6 @@ java_library( name = "junit", srcs = glob(["**/*.java"]), visibility = [ - "//javatests/google/registry/monitoring/metrics:__subpackages__", "//javatests/google/registry/testing:__pkg__", ], )