From a19f161d7d7098ebf339f55702d445bc5dede02d Mon Sep 17 00:00:00 2001 From: Alexei Barantsev Date: Wed, 30 Aug 2017 20:45:36 +0300 Subject: [PATCH] Restricting junit visibility --- third_party/java/junit/BUCK | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/third_party/java/junit/BUCK b/third_party/java/junit/BUCK index 32d5f4a901ea3..ce8afd8fb93ec 100644 --- a/third_party/java/junit/BUCK +++ b/third_party/java/junit/BUCK @@ -7,7 +7,12 @@ prebuilt_jar( '//third_party/java/hamcrest:hamcrest-core' ], visibility = [ - 'PUBLIC', + '//third_party/java/sisu:org.eclipse.sisu.plexus', + '//third_party/java/testng:testng', + '//java/client/test/...', + '//java/server/test/...', + '//java/client/src/com/thoughtworks/selenium/...', + '//java/client/src/org/openqa/selenium/lift:lift', ], )