You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617
  1. package(default_visibility = ["//visibility:public"])
  2. java_library(
  3. name = "jgit-lfs-server",
  4. srcs = glob(["src/**"]),
  5. resource_strip_prefix = "org.eclipse.jgit.lfs.server/resources",
  6. resources = glob(["resources/**"]),
  7. deps = [
  8. "//org.eclipse.jgit.http.apache:http-apache",
  9. "//org.eclipse.jgit:jgit",
  10. "//org.eclipse.jgit.lfs:jgit-lfs",
  11. "@gson//jar",
  12. "@httpcore//jar",
  13. "@log_api//jar",
  14. "@servlet_api_3_1//jar",
  15. ],
  16. )