185cea8c5SDavid Pursehouseload("@rules_java//java:defs.bzl", "java_library") 285cea8c5SDavid Pursehouse 3bc5014faSJonathan Niederjava_library( 40f6ddb37SDavid Ostrovsky name = "args4j", 50f6ddb37SDavid Ostrovsky visibility = [ 60f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.pgm:__pkg__", 70f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.pgm.test:__pkg__", 80f6ddb37SDavid Ostrovsky ], 90f6ddb37SDavid Ostrovsky exports = ["@args4j//jar"], 100f6ddb37SDavid Ostrovsky) 110f6ddb37SDavid Ostrovsky 120f6ddb37SDavid Ostrovskyjava_library( 13bc5014faSJonathan Nieder name = "commons-compress", 140f6ddb37SDavid Ostrovsky visibility = [ 150f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.archive:__pkg__", 160f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.pgm.test:__pkg__", 170aa8eca5SDavid Pursehouse "//org.eclipse.jgit.test:__pkg__", 180f6ddb37SDavid Ostrovsky ], 1919222ce7SDavid Pursehouse exports = ["@commons-compress//jar"], 20bc5014faSJonathan Nieder) 21bc5014faSJonathan Nieder 22bc5014faSJonathan Niederjava_library( 230f6ddb37SDavid Ostrovsky name = "commons-codec", 2419222ce7SDavid Pursehouse exports = ["@commons-codec//jar"], 250f6ddb37SDavid Ostrovsky) 260f6ddb37SDavid Ostrovsky 270f6ddb37SDavid Ostrovskyjava_library( 280f6ddb37SDavid Ostrovsky name = "commons-logging", 290f6ddb37SDavid Ostrovsky visibility = ["//visibility:public"], 3019222ce7SDavid Pursehouse exports = ["@commons-logging//jar"], 310f6ddb37SDavid Ostrovsky) 320f6ddb37SDavid Ostrovsky 330f6ddb37SDavid Ostrovskyjava_library( 34db627c41SThomas Wolf name = "eddsa", 35db627c41SThomas Wolf visibility = [ 36db627c41SThomas Wolf "//org.eclipse.jgit.ssh.apache:__pkg__", 37db627c41SThomas Wolf "//org.eclipse.jgit.ssh.apache.test:__pkg__", 38*8d2d6836SMatthias Sohn "//org.eclipse.jgit.ssh.jsch.test:__pkg__", 39db627c41SThomas Wolf ], 40db627c41SThomas Wolf exports = ["@eddsa//jar"], 41db627c41SThomas Wolf) 42db627c41SThomas Wolf 43db627c41SThomas Wolfjava_library( 44bc5014faSJonathan Nieder name = "gson", 4535bb7cccSHan-Wen Nienhuys visibility = [ 4635bb7cccSHan-Wen Nienhuys "//org.eclipse.jgit.lfs:__pkg__", 4735bb7cccSHan-Wen Nienhuys "//org.eclipse.jgit.lfs.server:__pkg__", 4835bb7cccSHan-Wen Nienhuys ], 49bc5014faSJonathan Nieder exports = ["@gson//jar"], 50bc5014faSJonathan Nieder) 51bc5014faSJonathan Nieder 52bc5014faSJonathan Niederjava_library( 53bc5014faSJonathan Nieder name = "httpclient", 540f6ddb37SDavid Ostrovsky visibility = [ 550f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.http.apache:__pkg__", 560f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.lfs.server.test:__pkg__", 570f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.pgm:__pkg__", 580f6ddb37SDavid Ostrovsky ], 59bc5014faSJonathan Nieder exports = ["@httpclient//jar"], 60bc5014faSJonathan Nieder) 61bc5014faSJonathan Nieder 62bc5014faSJonathan Niederjava_library( 63bc5014faSJonathan Nieder name = "httpcore", 64bc5014faSJonathan Nieder visibility = [ 65bc5014faSJonathan Nieder "//org.eclipse.jgit.http.apache:__pkg__", 66280707b0SGabriel Couto "//org.eclipse.jgit.http.test:__pkg__", 67bc5014faSJonathan Nieder "//org.eclipse.jgit.lfs.server:__pkg__", 680f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.lfs.server.test:__pkg__", 690f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.pgm:__pkg__", 70bc5014faSJonathan Nieder ], 71bc5014faSJonathan Nieder exports = ["@httpcore//jar"], 72bc5014faSJonathan Nieder) 73bc5014faSJonathan Nieder 74bc5014faSJonathan Niederjava_library( 7586cee68eSThomas Wolf name = "sshd-osgi", 7608b0a863SThomas Wolf visibility = [ 771316d43eSThomas Wolf "//org.eclipse.jgit.junit.ssh:__pkg__", 78488d9557SThomas Wolf "//org.eclipse.jgit.ssh.apache:__pkg__", 79488d9557SThomas Wolf "//org.eclipse.jgit.ssh.apache.test:__pkg__", 80f4c0189fSDavid Pursehouse "//org.eclipse.jgit.test:__pkg__", 8108b0a863SThomas Wolf ], 8286cee68eSThomas Wolf exports = ["@sshd-osgi//jar"], 8308b0a863SThomas Wolf) 8408b0a863SThomas Wolf 8508b0a863SThomas Wolfjava_library( 8608b0a863SThomas Wolf name = "sshd-sftp", 8708b0a863SThomas Wolf visibility = [ 881316d43eSThomas Wolf "//org.eclipse.jgit.junit.ssh:__pkg__", 89488d9557SThomas Wolf "//org.eclipse.jgit.ssh.apache:__pkg__", 90488d9557SThomas Wolf "//org.eclipse.jgit.ssh.apache.test:__pkg__", 91f4c0189fSDavid Pursehouse "//org.eclipse.jgit.test:__pkg__", 9208b0a863SThomas Wolf ], 9308b0a863SThomas Wolf exports = ["@sshd-sftp//jar"], 9408b0a863SThomas Wolf) 9508b0a863SThomas Wolf 9608b0a863SThomas Wolfjava_library( 97bc5014faSJonathan Nieder name = "javaewah", 98bc5014faSJonathan Nieder visibility = ["//visibility:public"], 99bc5014faSJonathan Nieder exports = ["@javaewah//jar"], 100bc5014faSJonathan Nieder) 101bc5014faSJonathan Nieder 102bc5014faSJonathan Niederjava_library( 1030f6ddb37SDavid Ostrovsky name = "jetty-http", 1040f6ddb37SDavid Ostrovsky # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it. 1050f6ddb37SDavid Ostrovsky visibility = ["//visibility:public"], 10619222ce7SDavid Pursehouse exports = ["@jetty-http//jar"], 1070f6ddb37SDavid Ostrovsky runtime_deps = [":commons-codec"], 1080f6ddb37SDavid Ostrovsky) 1090f6ddb37SDavid Ostrovsky 1100f6ddb37SDavid Ostrovskyjava_library( 1110f6ddb37SDavid Ostrovsky name = "jetty-io", 1120f6ddb37SDavid Ostrovsky # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it. 1130f6ddb37SDavid Ostrovsky visibility = ["//visibility:public"], 11419222ce7SDavid Pursehouse exports = ["@jetty-io//jar"], 1150f6ddb37SDavid Ostrovsky) 1160f6ddb37SDavid Ostrovsky 1170f6ddb37SDavid Ostrovskyjava_library( 1180f6ddb37SDavid Ostrovsky name = "jetty-security", 1190f6ddb37SDavid Ostrovsky # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it. 1200f6ddb37SDavid Ostrovsky visibility = ["//visibility:public"], 12119222ce7SDavid Pursehouse exports = ["@jetty-security//jar"], 1220f6ddb37SDavid Ostrovsky) 1230f6ddb37SDavid Ostrovsky 1240f6ddb37SDavid Ostrovskyjava_library( 1250f6ddb37SDavid Ostrovsky name = "jetty-server", 1260f6ddb37SDavid Ostrovsky # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it. 1270f6ddb37SDavid Ostrovsky visibility = ["//visibility:public"], 12819222ce7SDavid Pursehouse exports = ["@jetty-server//jar"], 1290f6ddb37SDavid Ostrovsky) 1300f6ddb37SDavid Ostrovsky 1310f6ddb37SDavid Ostrovskyjava_library( 1320f6ddb37SDavid Ostrovsky name = "jetty-servlet", 1330f6ddb37SDavid Ostrovsky # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it. 1340f6ddb37SDavid Ostrovsky visibility = ["//visibility:public"], 13519222ce7SDavid Pursehouse exports = ["@jetty-servlet//jar"], 1360f6ddb37SDavid Ostrovsky) 1370f6ddb37SDavid Ostrovsky 1380f6ddb37SDavid Ostrovskyjava_library( 1390f6ddb37SDavid Ostrovsky name = "jetty-util", 1400f6ddb37SDavid Ostrovsky # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it. 1410f6ddb37SDavid Ostrovsky visibility = ["//visibility:public"], 14219222ce7SDavid Pursehouse exports = ["@jetty-util//jar"], 1430f6ddb37SDavid Ostrovsky) 1440f6ddb37SDavid Ostrovsky 1450f6ddb37SDavid Ostrovskyjava_library( 146bc5014faSJonathan Nieder name = "jsch", 147c506f8d2SThomas Wolf visibility = [ 148c506f8d2SThomas Wolf "//org.eclipse.jgit:__pkg__", 149*8d2d6836SMatthias Sohn "//org.eclipse.jgit.junit.ssh:__pkg__", 150*8d2d6836SMatthias Sohn "//org.eclipse.jgit.ssh.jsch:__pkg__", 151*8d2d6836SMatthias Sohn "//org.eclipse.jgit.ssh.jsch.test:__pkg__", 152c506f8d2SThomas Wolf ], 153bc5014faSJonathan Nieder exports = ["@jsch//jar"], 154bc5014faSJonathan Nieder) 155bc5014faSJonathan Nieder 156bc5014faSJonathan Niederjava_library( 157137e91a4SMedha Bhargav Prabhala name = "bcpg", 158137e91a4SMedha Bhargav Prabhala visibility = [ 159137e91a4SMedha Bhargav Prabhala "//org.eclipse.jgit:__pkg__", 16077848d63SMatthias Sohn "//org.eclipse.jgit.gpg.bc:__pkg__", 161137e91a4SMedha Bhargav Prabhala "//org.eclipse.jgit.test:__pkg__", 162137e91a4SMedha Bhargav Prabhala ], 1635e4be72bSDavid Ostrovsky exports = ["@bcpg//jar"], 164137e91a4SMedha Bhargav Prabhala) 165137e91a4SMedha Bhargav Prabhala 166137e91a4SMedha Bhargav Prabhalajava_library( 167137e91a4SMedha Bhargav Prabhala name = "bcprov", 168137e91a4SMedha Bhargav Prabhala visibility = [ 169137e91a4SMedha Bhargav Prabhala "//org.eclipse.jgit:__pkg__", 17077848d63SMatthias Sohn "//org.eclipse.jgit.gpg.bc:__pkg__", 171137e91a4SMedha Bhargav Prabhala "//org.eclipse.jgit.test:__pkg__", 172137e91a4SMedha Bhargav Prabhala ], 1735e4be72bSDavid Ostrovsky exports = ["@bcprov//jar"], 174137e91a4SMedha Bhargav Prabhala) 175137e91a4SMedha Bhargav Prabhala 176137e91a4SMedha Bhargav Prabhalajava_library( 177137e91a4SMedha Bhargav Prabhala name = "bcpkix", 178137e91a4SMedha Bhargav Prabhala visibility = [ 179137e91a4SMedha Bhargav Prabhala "//org.eclipse.jgit:__pkg__", 18077848d63SMatthias Sohn "//org.eclipse.jgit.gpg.bc:__pkg__", 181137e91a4SMedha Bhargav Prabhala "//org.eclipse.jgit.test:__pkg__", 182137e91a4SMedha Bhargav Prabhala ], 1835e4be72bSDavid Ostrovsky exports = ["@bcpkix//jar"], 184137e91a4SMedha Bhargav Prabhala) 185137e91a4SMedha Bhargav Prabhala 186137e91a4SMedha Bhargav Prabhalajava_library( 187cdc88247SMatthias Sohn name = "jzlib", 188cdc88247SMatthias Sohn visibility = [ 189cdc88247SMatthias Sohn "//org.eclipse.jgit:__pkg__", 190*8d2d6836SMatthias Sohn "//org.eclipse.jgit.ssh.jsch:__pkg__", 191cdc88247SMatthias Sohn "//org.eclipse.jgit.test:__pkg__", 192cdc88247SMatthias Sohn ], 193cdc88247SMatthias Sohn exports = ["@jzlib//jar"], 194cdc88247SMatthias Sohn) 195cdc88247SMatthias Sohn 196cdc88247SMatthias Sohnjava_library( 197bc5014faSJonathan Nieder name = "junit", 19802fe1e0bSJonathan Nieder testonly = 1, 19902fe1e0bSJonathan Nieder visibility = ["//visibility:public"], 200fa2851ceSDavid Ostrovsky exports = [ 2014d46a68aSMatthias Sohn "@bytebuddy-agent//jar", 2024678710cSDavid Pursehouse "@bytebuddy//jar", 20319222ce7SDavid Pursehouse "@hamcrest-core//jar", 20419222ce7SDavid Pursehouse "@hamcrest-library//jar", 205904e9f8bSDavid Pursehouse "@junit//jar", 2060eea7368SMatthias Sohn "@mockito//jar", 20738198972SMatthias Sohn "@objenesis//jar", 2080f6ddb37SDavid Ostrovsky ], 209bc5014faSJonathan Nieder) 210bc5014faSJonathan Nieder 211bc5014faSJonathan Niederjava_library( 2122532fa74SMatthias Sohn name = "mockito", 2132532fa74SMatthias Sohn testonly = 1, 2142532fa74SMatthias Sohn visibility = ["//visibility:public"], 2152532fa74SMatthias Sohn exports = [ 2160eea7368SMatthias Sohn "@bytebuddy-agent//jar", 2171fd09a19SDavid Pursehouse "@bytebuddy//jar", 218f4d7c911SDavid Pursehouse "@mockito//jar", 2192532fa74SMatthias Sohn "@objenesis//jar", 2202532fa74SMatthias Sohn ], 2212532fa74SMatthias Sohn) 2222532fa74SMatthias Sohn 2232532fa74SMatthias Sohnjava_library( 2248ada9048SMatthias Sohn name = "assertj-core", 2258ada9048SMatthias Sohn testonly = 1, 2268ada9048SMatthias Sohn visibility = ["//visibility:public"], 2278ada9048SMatthias Sohn exports = [ 2288ada9048SMatthias Sohn "@assertj-core//jar", 2298ada9048SMatthias Sohn ], 2308ada9048SMatthias Sohn) 2318ada9048SMatthias Sohn 2328ada9048SMatthias Sohnjava_library( 233bc5014faSJonathan Nieder name = "servlet-api", 234bc5014faSJonathan Nieder visibility = [ 235bc5014faSJonathan Nieder "//org.eclipse.jgit.http.apache:__pkg__", 236bc5014faSJonathan Nieder "//org.eclipse.jgit.http.server:__pkg__", 2370f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.http.test:__pkg__", 2380f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.junit.http:__pkg__", 239bc5014faSJonathan Nieder "//org.eclipse.jgit.lfs.server:__pkg__", 2400f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.lfs.server.test:__pkg__", 2410f6ddb37SDavid Ostrovsky "//org.eclipse.jgit.pgm:__pkg__", 242bc5014faSJonathan Nieder ], 2433b5a4416SLuca Milanesio exports = ["@servlet-api//jar"], 244bc5014faSJonathan Nieder) 245bc5014faSJonathan Nieder 246bc5014faSJonathan Niederjava_library( 247bc5014faSJonathan Nieder name = "slf4j-api", 248bc5014faSJonathan Nieder visibility = ["//visibility:public"], 24919222ce7SDavid Pursehouse exports = ["@log-api//jar"], 250bc5014faSJonathan Nieder) 2510f6ddb37SDavid Ostrovsky 2520f6ddb37SDavid Ostrovskyjava_library( 2530f6ddb37SDavid Ostrovsky name = "slf4j-simple", 2540f6ddb37SDavid Ostrovsky testonly = 1, 2550f6ddb37SDavid Ostrovsky visibility = ["//visibility:public"], 25619222ce7SDavid Pursehouse exports = ["@slf4j-simple//jar"], 2570f6ddb37SDavid Ostrovsky) 2580f6ddb37SDavid Ostrovsky 2590f6ddb37SDavid Ostrovskyjava_library( 2600f6ddb37SDavid Ostrovsky name = "xz", 2610f6ddb37SDavid Ostrovsky testonly = 1, 2620f6ddb37SDavid Ostrovsky visibility = ["//visibility:public"], 26319222ce7SDavid Pursehouse exports = ["@tukaani-xz//jar"], 2640f6ddb37SDavid Ostrovsky) 265