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