Skip to content

Commit

Permalink
Restricting junit visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 30, 2017
1 parent f0c85e0 commit a19f161
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion third_party/java/junit/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
)

0 comments on commit a19f161

Please sign in to comment.