Sign in
gerrit
/
jgit
/
44097515163f0be59775221b7fad6120452801c5
/
.
/
org.eclipse.jgit.http.apache
/
BUCK
blob: f48f33a1ae5ee23225c91816002241955e1bf68c [
file
]
java_library
(
name
=
'http-apache'
,
srcs
=
glob
([
'src/**'
]),
resources
=
glob
([
'resources/**'
]),
deps
=
[
'//org.eclipse.jgit:jgit'
,
'//lib:commons-logging'
,
'//lib:httpcomponents'
,
'//lib:httpcore'
,
],
visibility
=
[
'PUBLIC'
],
)