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.

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