You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BUCK 258B

123456789101112
  1. java_library(
  2. name = 'http-apache',
  3. srcs = glob(['src/**']),
  4. resources = glob(['resources/**']),
  5. deps = [
  6. '//org.eclipse.jgit:jgit',
  7. '//lib:commons-logging',
  8. '//lib:httpcomponents',
  9. '//lib:httpcore',
  10. ],
  11. visibility = ['PUBLIC'],
  12. )