1e92a0c3aSDavid Ostrovskyworkspace(name = "jgit") 2e92a0c3aSDavid Ostrovsky 3e92a0c3aSDavid Ostrovskyload("//tools:bazlets.bzl", "load_bazlets") 4dd5e500aSDavid Pursehouse 5e92a0c3aSDavid Ostrovskyload_bazlets(commit = "3afbeab55ece585dbfc7a980bf7214b24ddbbe86") 6dd5e500aSDavid Pursehouse 7dd5e500aSDavid Pursehouseload( 8dd5e500aSDavid Pursehouse "@com_googlesource_gerrit_bazlets//tools:maven_jar.bzl", 9dd5e500aSDavid Pursehouse "maven_jar", 10e92a0c3aSDavid Ostrovsky) 11e92a0c3aSDavid Ostrovsky 12e92a0c3aSDavid Ostrovskymaven_jar( 13dd5e500aSDavid Pursehouse name = "jsch", 14dd5e500aSDavid Pursehouse artifact = "com.jcraft:jsch:0.1.53", 15dd5e500aSDavid Pursehouse sha1 = "658b682d5c817b27ae795637dfec047c63d29935", 16e92a0c3aSDavid Ostrovsky) 17e92a0c3aSDavid Ostrovsky 18e92a0c3aSDavid Ostrovskymaven_jar( 19*cdc88247SMatthias Sohn name = "jzlib", 20*cdc88247SMatthias Sohn artifact = "com.jcraft:jzlib:1.1.1", 21*cdc88247SMatthias Sohn sha1 = "a1551373315ffc2f96130a0e5704f74e151777ba", 22*cdc88247SMatthias Sohn) 23*cdc88247SMatthias Sohn 24*cdc88247SMatthias Sohnmaven_jar( 25dd5e500aSDavid Pursehouse name = "javaewah", 26dd5e500aSDavid Pursehouse artifact = "com.googlecode.javaewah:JavaEWAH:1.1.6", 27dd5e500aSDavid Pursehouse sha1 = "94ad16d728b374d65bd897625f3fbb3da223a2b6", 28e92a0c3aSDavid Ostrovsky) 29e92a0c3aSDavid Ostrovsky 30e92a0c3aSDavid Ostrovskymaven_jar( 31dd5e500aSDavid Pursehouse name = "httpclient", 32e1fb47bdSMatthias Sohn artifact = "org.apache.httpcomponents:httpclient:4.5.2", 33e1fb47bdSMatthias Sohn sha1 = "733db77aa8d9b2d68015189df76ab06304406e50", 34e92a0c3aSDavid Ostrovsky) 35e92a0c3aSDavid Ostrovsky 36e92a0c3aSDavid Ostrovskymaven_jar( 37dd5e500aSDavid Pursehouse name = "httpcore", 38e1fb47bdSMatthias Sohn artifact = "org.apache.httpcomponents:httpcore:4.4.6", 39e1fb47bdSMatthias Sohn sha1 = "e3fd8ced1f52c7574af952e2e6da0df8df08eb82", 40e92a0c3aSDavid Ostrovsky) 41e92a0c3aSDavid Ostrovsky 42e92a0c3aSDavid Ostrovskymaven_jar( 430f6ddb37SDavid Ostrovsky name = "commons_codec", 440f6ddb37SDavid Ostrovsky artifact = "commons-codec:commons-codec:1.4", 450f6ddb37SDavid Ostrovsky sha1 = "4216af16d38465bbab0f3dff8efa14204f7a399a", 460f6ddb37SDavid Ostrovsky) 470f6ddb37SDavid Ostrovsky 480f6ddb37SDavid Ostrovskymaven_jar( 49dd5e500aSDavid Pursehouse name = "commons_logging", 50dd5e500aSDavid Pursehouse artifact = "commons-logging:commons-logging:1.1.3", 51dd5e500aSDavid Pursehouse sha1 = "f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f", 52e92a0c3aSDavid Ostrovsky) 53e92a0c3aSDavid Ostrovsky 54e92a0c3aSDavid Ostrovskymaven_jar( 55dd5e500aSDavid Pursehouse name = "log_api", 56dd5e500aSDavid Pursehouse artifact = "org.slf4j:slf4j-api:1.7.2", 57dd5e500aSDavid Pursehouse sha1 = "0081d61b7f33ebeab314e07de0cc596f8e858d97", 58e92a0c3aSDavid Ostrovsky) 59e92a0c3aSDavid Ostrovsky 60e92a0c3aSDavid Ostrovskymaven_jar( 61dd5e500aSDavid Pursehouse name = "slf4j_simple", 62dd5e500aSDavid Pursehouse artifact = "org.slf4j:slf4j-simple:1.7.2", 63dd5e500aSDavid Pursehouse sha1 = "760055906d7353ba4f7ce1b8908bc6b2e91f39fa", 64e92a0c3aSDavid Ostrovsky) 65e92a0c3aSDavid Ostrovsky 66e92a0c3aSDavid Ostrovskymaven_jar( 67dd5e500aSDavid Pursehouse name = "servlet_api_3_1", 68dd5e500aSDavid Pursehouse artifact = "javax.servlet:javax.servlet-api:3.1.0", 69dd5e500aSDavid Pursehouse sha1 = "3cd63d075497751784b2fa84be59432f4905bf7c", 70e92a0c3aSDavid Ostrovsky) 71e92a0c3aSDavid Ostrovsky 72e92a0c3aSDavid Ostrovskymaven_jar( 73dd5e500aSDavid Pursehouse name = "commons_compress", 74dd5e500aSDavid Pursehouse artifact = "org.apache.commons:commons-compress:1.6", 75dd5e500aSDavid Pursehouse sha1 = "c7d9b580aff9e9f1998361f16578e63e5c064699", 76e92a0c3aSDavid Ostrovsky) 77e92a0c3aSDavid Ostrovsky 78e92a0c3aSDavid Ostrovskymaven_jar( 79dd5e500aSDavid Pursehouse name = "tukaani_xz", 80dd5e500aSDavid Pursehouse artifact = "org.tukaani:xz:1.3", 81dd5e500aSDavid Pursehouse sha1 = "66db21c8484120cb6a51b5b3ea47b6f383942bec", 82e92a0c3aSDavid Ostrovsky) 83e92a0c3aSDavid Ostrovsky 84e92a0c3aSDavid Ostrovskymaven_jar( 85dd5e500aSDavid Pursehouse name = "args4j", 864e913fceSDavid Pursehouse artifact = "args4j:args4j:2.33", 874e913fceSDavid Pursehouse sha1 = "bd87a75374a6d6523de82fef51fc3cfe9baf9fc9", 88e92a0c3aSDavid Ostrovsky) 89e92a0c3aSDavid Ostrovsky 90e92a0c3aSDavid Ostrovskymaven_jar( 91dd5e500aSDavid Pursehouse name = "junit", 92dd5e500aSDavid Pursehouse artifact = "junit:junit:4.11", 93dd5e500aSDavid Pursehouse sha1 = "4e031bb61df09069aeb2bffb4019e7a5034a4ee0", 94e92a0c3aSDavid Ostrovsky) 95e92a0c3aSDavid Ostrovsky 96e92a0c3aSDavid Ostrovskymaven_jar( 97dd5e500aSDavid Pursehouse name = "hamcrest_library", 98dd5e500aSDavid Pursehouse artifact = "org.hamcrest:hamcrest-library:1.3", 99dd5e500aSDavid Pursehouse sha1 = "4785a3c21320980282f9f33d0d1264a69040538f", 100e92a0c3aSDavid Ostrovsky) 101e92a0c3aSDavid Ostrovsky 102e92a0c3aSDavid Ostrovskymaven_jar( 103dd5e500aSDavid Pursehouse name = "hamcrest_core", 104dd5e500aSDavid Pursehouse artifact = "org.hamcrest:hamcrest-core:1.3", 105dd5e500aSDavid Pursehouse sha1 = "42a25dc3219429f0e5d060061f71acb49bf010a0", 106e92a0c3aSDavid Ostrovsky) 107e92a0c3aSDavid Ostrovsky 108e92a0c3aSDavid Ostrovskymaven_jar( 109dd5e500aSDavid Pursehouse name = "gson", 110dd5e500aSDavid Pursehouse artifact = "com.google.code.gson:gson:2.2.4", 111dd5e500aSDavid Pursehouse sha1 = "a60a5e993c98c864010053cb901b7eab25306568", 112e92a0c3aSDavid Ostrovsky) 1130f6ddb37SDavid Ostrovsky 114b181f3ebSMatthias SohnJETTY_VER = "9.4.8.v20171121" 1150f6ddb37SDavid Ostrovsky 1160f6ddb37SDavid Ostrovskymaven_jar( 1170f6ddb37SDavid Ostrovsky name = "jetty_servlet", 1180f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-servlet:" + JETTY_VER, 119b181f3ebSMatthias Sohn sha1 = "bbbb9b5de08f468c7b9b3de6aea0b098d2c679b6", 120b181f3ebSMatthias Sohn src_sha1 = "6ef1e65a5af7ab2d79ba6043923affdaeaafb1e5", 1210f6ddb37SDavid Ostrovsky) 1220f6ddb37SDavid Ostrovsky 1230f6ddb37SDavid Ostrovskymaven_jar( 1240f6ddb37SDavid Ostrovsky name = "jetty_security", 1250f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-security:" + JETTY_VER, 126b181f3ebSMatthias Sohn sha1 = "e8350eec683b55494287f06740543e4be6f75425", 127b181f3ebSMatthias Sohn src_sha1 = "e3a879d8675fa10bc305e7a59006f1d09db04a68", 1280f6ddb37SDavid Ostrovsky) 1290f6ddb37SDavid Ostrovsky 1300f6ddb37SDavid Ostrovskymaven_jar( 1310f6ddb37SDavid Ostrovsky name = "jetty_server", 1320f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-server:" + JETTY_VER, 133b181f3ebSMatthias Sohn sha1 = "34614bd9a29de57ef28ca31f1f2b49a412af196d", 134b181f3ebSMatthias Sohn src_sha1 = "fef49ac6b2bbc6d142dc0be34f68f0fb0792d52b", 1350f6ddb37SDavid Ostrovsky) 1360f6ddb37SDavid Ostrovsky 1370f6ddb37SDavid Ostrovskymaven_jar( 1380f6ddb37SDavid Ostrovsky name = "jetty_http", 1390f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-http:" + JETTY_VER, 140b181f3ebSMatthias Sohn sha1 = "9879d6c4e37400bf43f0cd4b3c6e34a3ba409864", 141b181f3ebSMatthias Sohn src_sha1 = "5e746cd0ccb732eef0427c8c4b9dcb034e26c61b", 1420f6ddb37SDavid Ostrovsky) 1430f6ddb37SDavid Ostrovsky 1440f6ddb37SDavid Ostrovskymaven_jar( 1450f6ddb37SDavid Ostrovsky name = "jetty_io", 1460f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-io:" + JETTY_VER, 147b181f3ebSMatthias Sohn sha1 = "d3fe2dfa62f52ee91ff07cb359f63387e0e30b40", 148b181f3ebSMatthias Sohn src_sha1 = "41f25e1e1bba14ab0d3415488fa189f09c27a1cf", 1490f6ddb37SDavid Ostrovsky) 1500f6ddb37SDavid Ostrovsky 1510f6ddb37SDavid Ostrovskymaven_jar( 1520f6ddb37SDavid Ostrovsky name = "jetty_util", 1530f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-util:" + JETTY_VER, 154b181f3ebSMatthias Sohn sha1 = "d6ec1a1613c7fa72aa6bf5d8c204750afbc3df3b", 155b181f3ebSMatthias Sohn src_sha1 = "a74ecb43f96b2e21852f6908604316d7348a16ad", 1560f6ddb37SDavid Ostrovsky) 157