1e92a0c3aSDavid Ostrovskyworkspace(name = "jgit") 2e92a0c3aSDavid Ostrovsky 3e92a0c3aSDavid Ostrovskyload("//tools:bazlets.bzl", "load_bazlets") 4dd5e500aSDavid Pursehouse 574da1b27SDavid Ostrovskyload_bazlets(commit = "8528a0df69dadf6311d8d3f81c1b693afda8bcf1") 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", 14*4d46a68aSMatthias Sohn artifact = "com.jcraft:jsch:0.1.55", 15*4d46a68aSMatthias Sohn sha1 = "bbd40e5aa7aa3cfad5db34965456cee738a42a50", 16e92a0c3aSDavid Ostrovsky) 17e92a0c3aSDavid Ostrovsky 18e92a0c3aSDavid Ostrovskymaven_jar( 19cdc88247SMatthias Sohn name = "jzlib", 20cdc88247SMatthias Sohn artifact = "com.jcraft:jzlib:1.1.1", 21cdc88247SMatthias Sohn sha1 = "a1551373315ffc2f96130a0e5704f74e151777ba", 22cdc88247SMatthias Sohn) 23cdc88247SMatthias Sohn 24cdc88247SMatthias 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", 32*4d46a68aSMatthias Sohn artifact = "org.apache.httpcomponents:httpclient:4.5.6", 33*4d46a68aSMatthias Sohn sha1 = "1afe5621985efe90a92d0fbc9be86271efbe796f", 34e92a0c3aSDavid Ostrovsky) 35e92a0c3aSDavid Ostrovsky 36e92a0c3aSDavid Ostrovskymaven_jar( 37dd5e500aSDavid Pursehouse name = "httpcore", 38*4d46a68aSMatthias Sohn artifact = "org.apache.httpcomponents:httpcore:4.4.10", 39*4d46a68aSMatthias Sohn sha1 = "acc54d9b28bdffe4bbde89ed2e4a1e86b5285e2b", 40e92a0c3aSDavid Ostrovsky) 41e92a0c3aSDavid Ostrovsky 42e92a0c3aSDavid Ostrovskymaven_jar( 43af547cf0SDavid Pursehouse name = "commons-codec", 446dd25814SMatthias Sohn artifact = "commons-codec:commons-codec:1.10", 456dd25814SMatthias Sohn sha1 = "4b95f4897fa13f2cd904aee711aeafc0c5295cd8", 460f6ddb37SDavid Ostrovsky) 470f6ddb37SDavid Ostrovsky 480f6ddb37SDavid Ostrovskymaven_jar( 49af547cf0SDavid Pursehouse name = "commons-logging", 506dd25814SMatthias Sohn artifact = "commons-logging:commons-logging:1.2", 516dd25814SMatthias Sohn sha1 = "4bfc12adfe4842bf07b657f0369c4cb522955686", 52e92a0c3aSDavid Ostrovsky) 53e92a0c3aSDavid Ostrovsky 54e92a0c3aSDavid Ostrovskymaven_jar( 55af547cf0SDavid 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( 61af547cf0SDavid 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( 67af547cf0SDavid 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( 73af547cf0SDavid Pursehouse name = "commons-compress", 7413ba592fSDavid Pursehouse artifact = "org.apache.commons:commons-compress:1.15", 7513ba592fSDavid Pursehouse sha1 = "b686cd04abaef1ea7bc5e143c080563668eec17e", 76e92a0c3aSDavid Ostrovsky) 77e92a0c3aSDavid Ostrovsky 78e92a0c3aSDavid Ostrovskymaven_jar( 79af547cf0SDavid Pursehouse name = "tukaani-xz", 8013ba592fSDavid Pursehouse artifact = "org.tukaani:xz:1.6", 8113ba592fSDavid Pursehouse sha1 = "05b6f921f1810bdf90e25471968f741f87168b64", 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", 926dd25814SMatthias Sohn artifact = "junit:junit:4.12", 936dd25814SMatthias Sohn sha1 = "2973d150c0dc1fefe998f834810d68f278ea58ec", 94e92a0c3aSDavid Ostrovsky) 95e92a0c3aSDavid Ostrovsky 96e92a0c3aSDavid Ostrovskymaven_jar( 97af547cf0SDavid Pursehouse name = "hamcrest-library", 98dd5e500aSDavid Pursehouse artifact = "org.hamcrest:hamcrest-library:1.3", 99dd5e500aSDavid Pursehouse sha1 = "4785a3c21320980282f9f33d0d1264a69040538f", 100e92a0c3aSDavid Ostrovsky) 101e92a0c3aSDavid Ostrovsky 102e92a0c3aSDavid Ostrovskymaven_jar( 103af547cf0SDavid Pursehouse name = "hamcrest-core", 104dd5e500aSDavid Pursehouse artifact = "org.hamcrest:hamcrest-core:1.3", 105dd5e500aSDavid Pursehouse sha1 = "42a25dc3219429f0e5d060061f71acb49bf010a0", 106e92a0c3aSDavid Ostrovsky) 107e92a0c3aSDavid Ostrovsky 108e92a0c3aSDavid Ostrovskymaven_jar( 109*4d46a68aSMatthias Sohn name = "mockito-core", 110*4d46a68aSMatthias Sohn artifact = "org.mockito:mockito-core:2.23.0", 111*4d46a68aSMatthias Sohn sha1 = "497ddb32fd5d01f9dbe99a2ec790aeb931dff1b1", 112*4d46a68aSMatthias Sohn) 113*4d46a68aSMatthias Sohn 114*4d46a68aSMatthias Sohnmaven_jar( 115*4d46a68aSMatthias Sohn name = "bytebuddy", 116*4d46a68aSMatthias Sohn artifact = "net.bytebuddy:byte-buddy:1.9.0", 117*4d46a68aSMatthias Sohn sha1 = "8cb0d5baae526c9df46ae17693bbba302640538b", 118*4d46a68aSMatthias Sohn) 119*4d46a68aSMatthias Sohn 120*4d46a68aSMatthias Sohnmaven_jar( 121*4d46a68aSMatthias Sohn name = "bytebuddy-agent", 122*4d46a68aSMatthias Sohn artifact = "net.bytebuddy:byte-buddy-agent:1.9.0", 123*4d46a68aSMatthias Sohn sha1 = "37b5703b4a6290be3fffc63ae9c6bcaaee0ff856", 124*4d46a68aSMatthias Sohn) 125*4d46a68aSMatthias Sohn 126*4d46a68aSMatthias Sohnmaven_jar( 127*4d46a68aSMatthias Sohn name = "objenesis", 128*4d46a68aSMatthias Sohn artifact = "org.objenesis:objenesis:2.6", 129*4d46a68aSMatthias Sohn sha1 = "639033469776fd37c08358c6b92a4761feb2af4b", 130*4d46a68aSMatthias Sohn) 131*4d46a68aSMatthias Sohn 132*4d46a68aSMatthias Sohnmaven_jar( 133dd5e500aSDavid Pursehouse name = "gson", 134f3bb0e26SDavid Pursehouse artifact = "com.google.code.gson:gson:2.8.2", 135f3bb0e26SDavid Pursehouse sha1 = "3edcfe49d2c6053a70a2a47e4e1c2f94998a49cf", 136e92a0c3aSDavid Ostrovsky) 1370f6ddb37SDavid Ostrovsky 138b31f9661SMatthias SohnJETTY_VER = "9.4.11.v20180605" 1390f6ddb37SDavid Ostrovsky 1400f6ddb37SDavid Ostrovskymaven_jar( 141af547cf0SDavid Pursehouse name = "jetty-servlet", 1420f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-servlet:" + JETTY_VER, 143b31f9661SMatthias Sohn sha1 = "66d31900fcfc70e3666f0b3335b6660635154f98", 144b31f9661SMatthias Sohn src_sha1 = "930c50de49b9c258d5f0329426cbcac4d3143497", 1450f6ddb37SDavid Ostrovsky) 1460f6ddb37SDavid Ostrovsky 1470f6ddb37SDavid Ostrovskymaven_jar( 148af547cf0SDavid Pursehouse name = "jetty-security", 1490f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-security:" + JETTY_VER, 150b31f9661SMatthias Sohn sha1 = "926def86d31ee07ca4b4658833dc6ee6918b8e86", 151b31f9661SMatthias Sohn src_sha1 = "019bc7c2a366cbb201950f24dd64d9d9a49b6840", 1520f6ddb37SDavid Ostrovsky) 1530f6ddb37SDavid Ostrovsky 1540f6ddb37SDavid Ostrovskymaven_jar( 155af547cf0SDavid Pursehouse name = "jetty-server", 1560f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-server:" + JETTY_VER, 157b31f9661SMatthias Sohn sha1 = "58353c2f27515b007fc83ae22002feb34fc24714", 158b31f9661SMatthias Sohn src_sha1 = "e7d832d74df616137755996b41bc28bb82b3bc42", 1590f6ddb37SDavid Ostrovsky) 1600f6ddb37SDavid Ostrovsky 1610f6ddb37SDavid Ostrovskymaven_jar( 162af547cf0SDavid Pursehouse name = "jetty-http", 1630f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-http:" + JETTY_VER, 164b31f9661SMatthias Sohn sha1 = "20c35f5336befe35b0bd5c4a63e07170fe7872d7", 165b31f9661SMatthias Sohn src_sha1 = "5bc30d1f7e8c4456c22cc85999b8cafd3741bdff", 1660f6ddb37SDavid Ostrovsky) 1670f6ddb37SDavid Ostrovsky 1680f6ddb37SDavid Ostrovskymaven_jar( 169af547cf0SDavid Pursehouse name = "jetty-io", 1700f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-io:" + JETTY_VER, 171b31f9661SMatthias Sohn sha1 = "d164de1dac18c4ca80a1b783d879c97449909c3b", 172b31f9661SMatthias Sohn src_sha1 = "02c0caba292b1cb74cec1d36c6f91dc863c89b5a", 1730f6ddb37SDavid Ostrovsky) 1740f6ddb37SDavid Ostrovsky 1750f6ddb37SDavid Ostrovskymaven_jar( 176af547cf0SDavid Pursehouse name = "jetty-util", 1770f6ddb37SDavid Ostrovsky artifact = "org.eclipse.jetty:jetty-util:" + JETTY_VER, 178b31f9661SMatthias Sohn sha1 = "f0f25aa2f27d618a04bc7356fa247ae4a05245b3", 179b31f9661SMatthias Sohn src_sha1 = "4e5c4c483cfd9804c2fc5d5751866243bbb9d740", 1800f6ddb37SDavid Ostrovsky) 181