blob: 65b1cc45cab8fc5edf7e7b1bb98eb7f189c6417a [file] [log] [blame]
java_library(
name = 'concurrent',
srcs = glob(['*.java']),
deps = [
'//third-party/java/guava:guava',
],
visibility = ['PUBLIC'],
)
java_library(
name = 'concurrent_for_junit_runner',
srcs = [ 'MoreExecutors.java' ],
deps = [
# IMPORTANT! This list is to remain empty. See src/com/facebook/buck/junit/BUCK.
],
visibility = [
'//src/com/facebook/buck/junit:junit',
],
)