java_library( name = 'http-apache', srcs = glob(['src/**']), resources = glob(['resources/**']), deps = [ '//org.eclipse.jgit:jgit', '//lib:httpcomponents', '//lib:httpcore', ], visibility = ['PUBLIC'], )