blob: c1538ab1c6fb5ca7fb05ed206f5b9d8ce3f35e6c [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
java_library(
name = "http-apache",
srcs = glob(["src/**"]),
resource_strip_prefix = "org.eclipse.jgit.http.apache/resources",
resources = glob(["resources/**"]),
deps = [
"//lib:httpclient",
"//lib:httpcore",
"//org.eclipse.jgit:jgit",
],
)