include_defs("//third_party/java/DEFS")

prebuilt_jar_with_license(
  name = "junit",
  binary_jar = "junit-4.11.jar",
  source_jar = "junit-4.11-src.jar",
  deps = [
    "//third_party/java/hamcrest:hamcrest",
  ],
  visibility = ["PUBLIC"],
)