Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: f48f33a1ae5ee23225c91816002241955e1bf68c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                     
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'],
)

Back to the top