Sign in
◑
Theme
gerrit
/
jgit
/
1f86350c5a97d8c6966fe1146d649eb5cbc60f53
/
.
/
org.eclipse.jgit.http.apache
/
BUCK
blob: 3b7a8234f79ad8d014ac5e6a26b660470a933fe7 [
file
]
java_library
(
name
=
'http-apache'
,
srcs
=
glob
([
'src/**'
]),
resources
=
glob
([
'resources/**'
]),
deps
=
[
'//org.eclipse.jgit:jgit'
,
'//lib:httpcomponents'
,
'//lib:httpcore'
,
],
visibility
=
[
'PUBLIC'
],
)