jgit/org.eclipse.jgit.http.apache/BUCK

12 lines
229 B
Python

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