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.

BUILD 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. java_library(
  2. name = "args4j",
  3. visibility = [
  4. "//org.eclipse.jgit.pgm:__pkg__",
  5. "//org.eclipse.jgit.pgm.test:__pkg__",
  6. ],
  7. exports = ["@args4j//jar"],
  8. )
  9. java_library(
  10. name = "commons-compress",
  11. visibility = [
  12. "//org.eclipse.jgit.archive:__pkg__",
  13. "//org.eclipse.jgit.pgm.test:__pkg__",
  14. "//org.eclipse.jgit.test:__pkg__",
  15. ],
  16. exports = ["@commons-compress//jar"],
  17. )
  18. java_library(
  19. name = "commons-codec",
  20. exports = ["@commons-codec//jar"],
  21. )
  22. java_library(
  23. name = "commons-logging",
  24. visibility = ["//visibility:public"],
  25. exports = ["@commons-logging//jar"],
  26. )
  27. java_library(
  28. name = "eddsa",
  29. visibility = [
  30. "//org.eclipse.jgit.ssh.apache:__pkg__",
  31. "//org.eclipse.jgit.ssh.apache.test:__pkg__",
  32. ],
  33. exports = ["@eddsa//jar"],
  34. )
  35. java_library(
  36. name = "gson",
  37. visibility = [
  38. "//org.eclipse.jgit.lfs:__pkg__",
  39. "//org.eclipse.jgit.lfs.server:__pkg__",
  40. ],
  41. exports = ["@gson//jar"],
  42. )
  43. java_library(
  44. name = "httpclient",
  45. visibility = [
  46. "//org.eclipse.jgit.http.apache:__pkg__",
  47. "//org.eclipse.jgit.lfs.server.test:__pkg__",
  48. "//org.eclipse.jgit.pgm:__pkg__",
  49. ],
  50. exports = ["@httpclient//jar"],
  51. )
  52. java_library(
  53. name = "httpcore",
  54. visibility = [
  55. "//org.eclipse.jgit.http.apache:__pkg__",
  56. "//org.eclipse.jgit.http.test:__pkg__",
  57. "//org.eclipse.jgit.lfs.server:__pkg__",
  58. "//org.eclipse.jgit.lfs.server.test:__pkg__",
  59. "//org.eclipse.jgit.pgm:__pkg__",
  60. ],
  61. exports = ["@httpcore//jar"],
  62. )
  63. java_library(
  64. name = "sshd-osgi",
  65. visibility = [
  66. "//org.eclipse.jgit.junit.ssh:__pkg__",
  67. "//org.eclipse.jgit.ssh.apache:__pkg__",
  68. "//org.eclipse.jgit.ssh.apache.test:__pkg__",
  69. "//org.eclipse.jgit.test:__pkg__",
  70. ],
  71. exports = ["@sshd-osgi//jar"],
  72. )
  73. java_library(
  74. name = "sshd-sftp",
  75. visibility = [
  76. "//org.eclipse.jgit.junit.ssh:__pkg__",
  77. "//org.eclipse.jgit.ssh.apache:__pkg__",
  78. "//org.eclipse.jgit.ssh.apache.test:__pkg__",
  79. "//org.eclipse.jgit.test:__pkg__",
  80. ],
  81. exports = ["@sshd-sftp//jar"],
  82. )
  83. java_library(
  84. name = "javaewah",
  85. visibility = ["//visibility:public"],
  86. exports = ["@javaewah//jar"],
  87. )
  88. java_library(
  89. name = "jetty-http",
  90. # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it.
  91. visibility = ["//visibility:public"],
  92. exports = ["@jetty-http//jar"],
  93. runtime_deps = [":commons-codec"],
  94. )
  95. java_library(
  96. name = "jetty-io",
  97. # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it.
  98. visibility = ["//visibility:public"],
  99. exports = ["@jetty-io//jar"],
  100. )
  101. java_library(
  102. name = "jetty-security",
  103. # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it.
  104. visibility = ["//visibility:public"],
  105. exports = ["@jetty-security//jar"],
  106. )
  107. java_library(
  108. name = "jetty-server",
  109. # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it.
  110. visibility = ["//visibility:public"],
  111. exports = ["@jetty-server//jar"],
  112. )
  113. java_library(
  114. name = "jetty-servlet",
  115. # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it.
  116. visibility = ["//visibility:public"],
  117. exports = ["@jetty-servlet//jar"],
  118. )
  119. java_library(
  120. name = "jetty-util",
  121. # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it.
  122. visibility = ["//visibility:public"],
  123. exports = ["@jetty-util//jar"],
  124. )
  125. java_library(
  126. name = "jsch",
  127. visibility = [
  128. "//org.eclipse.jgit:__pkg__",
  129. "//org.eclipse.jgit.test:__pkg__",
  130. ],
  131. exports = ["@jsch//jar"],
  132. )
  133. java_library(
  134. name = "bcpg",
  135. visibility = [
  136. "//org.eclipse.jgit:__pkg__",
  137. "//org.eclipse.jgit.test:__pkg__",
  138. ],
  139. exports = ["@bcpg//jar"],
  140. )
  141. java_library(
  142. name = "bcprov",
  143. visibility = [
  144. "//org.eclipse.jgit:__pkg__",
  145. "//org.eclipse.jgit.test:__pkg__",
  146. ],
  147. exports = ["@bcprov//jar"],
  148. )
  149. java_library(
  150. name = "bcpkix",
  151. visibility = [
  152. "//org.eclipse.jgit:__pkg__",
  153. "//org.eclipse.jgit.test:__pkg__",
  154. ],
  155. exports = ["@bcpkix//jar"],
  156. )
  157. java_library(
  158. name = "jzlib",
  159. visibility = [
  160. "//org.eclipse.jgit:__pkg__",
  161. "//org.eclipse.jgit.test:__pkg__",
  162. ],
  163. exports = ["@jzlib//jar"],
  164. )
  165. java_library(
  166. name = "junit",
  167. testonly = 1,
  168. visibility = ["//visibility:public"],
  169. exports = [
  170. "@hamcrest-core//jar",
  171. "@hamcrest-library//jar",
  172. "@junit//jar",
  173. ],
  174. )
  175. java_library(
  176. name = "mockito",
  177. testonly = 1,
  178. visibility = ["//visibility:public"],
  179. exports = [
  180. "@byte_buddy//jar",
  181. "@byte_buddy_agent//jar",
  182. "@mockito//jar",
  183. "@objenesis//jar",
  184. ],
  185. )
  186. java_library(
  187. name = "servlet-api",
  188. visibility = [
  189. "//org.eclipse.jgit.http.apache:__pkg__",
  190. "//org.eclipse.jgit.http.server:__pkg__",
  191. "//org.eclipse.jgit.http.test:__pkg__",
  192. "//org.eclipse.jgit.junit.http:__pkg__",
  193. "//org.eclipse.jgit.lfs.server:__pkg__",
  194. "//org.eclipse.jgit.lfs.server.test:__pkg__",
  195. "//org.eclipse.jgit.pgm:__pkg__",
  196. ],
  197. exports = ["@servlet-api-3_1//jar"],
  198. )
  199. java_library(
  200. name = "slf4j-api",
  201. visibility = ["//visibility:public"],
  202. exports = ["@log-api//jar"],
  203. )
  204. java_library(
  205. name = "slf4j-simple",
  206. testonly = 1,
  207. visibility = ["//visibility:public"],
  208. exports = ["@slf4j-simple//jar"],
  209. )
  210. java_library(
  211. name = "xz",
  212. testonly = 1,
  213. visibility = ["//visibility:public"],
  214. exports = ["@tukaani-xz//jar"],
  215. )