Sign in
gerrit
/
jgit
/
refs/heads/stable-4.5
/
.
/
org.eclipse.jgit.http.apache
/
BUCK
blob: 3b7a8234f79ad8d014ac5e6a26b660470a933fe7 [
file
] [
log
] [
blame
] [
edit
]
java_library
(
name
=
'http-apache'
,
srcs
=
glob
([
'src/**'
]),
resources
=
glob
([
'resources/**'
]),
deps
=
[
'//org.eclipse.jgit:jgit'
,
'//lib:httpcomponents'
,
'//lib:httpcore'
,
],
visibility
=
[
'PUBLIC'
],
)