xref: /JGit/WORKSPACE (revision bcc327df3ba78b615bb144395bd23951ed9b9d52)
1e92a0c3aSDavid Ostrovskyworkspace(name = "jgit")
2e92a0c3aSDavid Ostrovsky
3*bcc327dfSDavid Pursehouseload("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4*bcc327dfSDavid Pursehouse
5*bcc327dfSDavid Pursehousehttp_archive(
6*bcc327dfSDavid Pursehouse    name = "bazel_skylib",
7*bcc327dfSDavid Pursehouse    sha256 = "bbccf674aa441c266df9894182d80de104cabd19be98be002f6d478aaa31574d",
8*bcc327dfSDavid Pursehouse    strip_prefix = "bazel-skylib-2169ae1c374aab4a09aa90e65efe1a3aad4e279b",
9*bcc327dfSDavid Pursehouse    urls = ["https://github.com/bazelbuild/bazel-skylib/archive/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz"],
10*bcc327dfSDavid Pursehouse)
11*bcc327dfSDavid Pursehouse
12*bcc327dfSDavid Pursehouseload("@bazel_skylib//:lib.bzl", "versions")
13*bcc327dfSDavid Pursehouse
14*bcc327dfSDavid Pursehouseversions.check(minimum_bazel_version = "0.17.1")
15*bcc327dfSDavid Pursehouse
16e92a0c3aSDavid Ostrovskyload("//tools:bazlets.bzl", "load_bazlets")
17dd5e500aSDavid Pursehouse
18e92a0c3aSDavid Ostrovskyload_bazlets(commit = "3afbeab55ece585dbfc7a980bf7214b24ddbbe86")
19dd5e500aSDavid Pursehouse
20dd5e500aSDavid Pursehouseload(
21dd5e500aSDavid Pursehouse    "@com_googlesource_gerrit_bazlets//tools:maven_jar.bzl",
22dd5e500aSDavid Pursehouse    "maven_jar",
23e92a0c3aSDavid Ostrovsky)
24e92a0c3aSDavid Ostrovsky
25e92a0c3aSDavid Ostrovskymaven_jar(
26dd5e500aSDavid Pursehouse    name = "jsch",
276dd25814SMatthias Sohn    artifact = "com.jcraft:jsch:0.1.54",
286dd25814SMatthias Sohn    sha1 = "da3584329a263616e277e15462b387addd1b208d",
29e92a0c3aSDavid Ostrovsky)
30e92a0c3aSDavid Ostrovsky
31e92a0c3aSDavid Ostrovskymaven_jar(
32cdc88247SMatthias Sohn    name = "jzlib",
33cdc88247SMatthias Sohn    artifact = "com.jcraft:jzlib:1.1.1",
34cdc88247SMatthias Sohn    sha1 = "a1551373315ffc2f96130a0e5704f74e151777ba",
35cdc88247SMatthias Sohn)
36cdc88247SMatthias Sohn
37cdc88247SMatthias Sohnmaven_jar(
38dd5e500aSDavid Pursehouse    name = "javaewah",
39dd5e500aSDavid Pursehouse    artifact = "com.googlecode.javaewah:JavaEWAH:1.1.6",
40dd5e500aSDavid Pursehouse    sha1 = "94ad16d728b374d65bd897625f3fbb3da223a2b6",
41e92a0c3aSDavid Ostrovsky)
42e92a0c3aSDavid Ostrovsky
43e92a0c3aSDavid Ostrovskymaven_jar(
44dd5e500aSDavid Pursehouse    name = "httpclient",
456dd25814SMatthias Sohn    artifact = "org.apache.httpcomponents:httpclient:4.5.5",
466dd25814SMatthias Sohn    sha1 = "1603dfd56ebcd583ccdf337b6c3984ac55d89e58",
47e92a0c3aSDavid Ostrovsky)
48e92a0c3aSDavid Ostrovsky
49e92a0c3aSDavid Ostrovskymaven_jar(
50dd5e500aSDavid Pursehouse    name = "httpcore",
516dd25814SMatthias Sohn    artifact = "org.apache.httpcomponents:httpcore:4.4.9",
526dd25814SMatthias Sohn    sha1 = "a86ce739e5a7175b4b234c290a00a5fdb80957a0",
53e92a0c3aSDavid Ostrovsky)
54e92a0c3aSDavid Ostrovsky
55e92a0c3aSDavid Ostrovskymaven_jar(
5619222ce7SDavid Pursehouse    name = "commons-codec",
576dd25814SMatthias Sohn    artifact = "commons-codec:commons-codec:1.10",
586dd25814SMatthias Sohn    sha1 = "4b95f4897fa13f2cd904aee711aeafc0c5295cd8",
590f6ddb37SDavid Ostrovsky)
600f6ddb37SDavid Ostrovsky
610f6ddb37SDavid Ostrovskymaven_jar(
6219222ce7SDavid Pursehouse    name = "commons-logging",
636dd25814SMatthias Sohn    artifact = "commons-logging:commons-logging:1.2",
646dd25814SMatthias Sohn    sha1 = "4bfc12adfe4842bf07b657f0369c4cb522955686",
65e92a0c3aSDavid Ostrovsky)
66e92a0c3aSDavid Ostrovsky
67e92a0c3aSDavid Ostrovskymaven_jar(
6819222ce7SDavid Pursehouse    name = "log-api",
69dd5e500aSDavid Pursehouse    artifact = "org.slf4j:slf4j-api:1.7.2",
70dd5e500aSDavid Pursehouse    sha1 = "0081d61b7f33ebeab314e07de0cc596f8e858d97",
71e92a0c3aSDavid Ostrovsky)
72e92a0c3aSDavid Ostrovsky
73e92a0c3aSDavid Ostrovskymaven_jar(
7419222ce7SDavid Pursehouse    name = "slf4j-simple",
75dd5e500aSDavid Pursehouse    artifact = "org.slf4j:slf4j-simple:1.7.2",
76dd5e500aSDavid Pursehouse    sha1 = "760055906d7353ba4f7ce1b8908bc6b2e91f39fa",
77e92a0c3aSDavid Ostrovsky)
78e92a0c3aSDavid Ostrovsky
79e92a0c3aSDavid Ostrovskymaven_jar(
8019222ce7SDavid Pursehouse    name = "servlet-api-3_1",
81dd5e500aSDavid Pursehouse    artifact = "javax.servlet:javax.servlet-api:3.1.0",
82dd5e500aSDavid Pursehouse    sha1 = "3cd63d075497751784b2fa84be59432f4905bf7c",
83e92a0c3aSDavid Ostrovsky)
84e92a0c3aSDavid Ostrovsky
85e92a0c3aSDavid Ostrovskymaven_jar(
8619222ce7SDavid Pursehouse    name = "commons-compress",
8713ba592fSDavid Pursehouse    artifact = "org.apache.commons:commons-compress:1.15",
8813ba592fSDavid Pursehouse    sha1 = "b686cd04abaef1ea7bc5e143c080563668eec17e",
89e92a0c3aSDavid Ostrovsky)
90e92a0c3aSDavid Ostrovsky
91e92a0c3aSDavid Ostrovskymaven_jar(
9219222ce7SDavid Pursehouse    name = "tukaani-xz",
9313ba592fSDavid Pursehouse    artifact = "org.tukaani:xz:1.6",
9413ba592fSDavid Pursehouse    sha1 = "05b6f921f1810bdf90e25471968f741f87168b64",
95e92a0c3aSDavid Ostrovsky)
96e92a0c3aSDavid Ostrovsky
97e92a0c3aSDavid Ostrovskymaven_jar(
98dd5e500aSDavid Pursehouse    name = "args4j",
994e913fceSDavid Pursehouse    artifact = "args4j:args4j:2.33",
1004e913fceSDavid Pursehouse    sha1 = "bd87a75374a6d6523de82fef51fc3cfe9baf9fc9",
101e92a0c3aSDavid Ostrovsky)
102e92a0c3aSDavid Ostrovsky
103e92a0c3aSDavid Ostrovskymaven_jar(
104dd5e500aSDavid Pursehouse    name = "junit",
1056dd25814SMatthias Sohn    artifact = "junit:junit:4.12",
1066dd25814SMatthias Sohn    sha1 = "2973d150c0dc1fefe998f834810d68f278ea58ec",
107e92a0c3aSDavid Ostrovsky)
108e92a0c3aSDavid Ostrovsky
109e92a0c3aSDavid Ostrovskymaven_jar(
11019222ce7SDavid Pursehouse    name = "hamcrest-library",
111dd5e500aSDavid Pursehouse    artifact = "org.hamcrest:hamcrest-library:1.3",
112dd5e500aSDavid Pursehouse    sha1 = "4785a3c21320980282f9f33d0d1264a69040538f",
113e92a0c3aSDavid Ostrovsky)
114e92a0c3aSDavid Ostrovsky
115e92a0c3aSDavid Ostrovskymaven_jar(
11619222ce7SDavid Pursehouse    name = "hamcrest-core",
117dd5e500aSDavid Pursehouse    artifact = "org.hamcrest:hamcrest-core:1.3",
118dd5e500aSDavid Pursehouse    sha1 = "42a25dc3219429f0e5d060061f71acb49bf010a0",
119e92a0c3aSDavid Ostrovsky)
120e92a0c3aSDavid Ostrovsky
121e92a0c3aSDavid Ostrovskymaven_jar(
122dd5e500aSDavid Pursehouse    name = "gson",
123f3bb0e26SDavid Pursehouse    artifact = "com.google.code.gson:gson:2.8.2",
124f3bb0e26SDavid Pursehouse    sha1 = "3edcfe49d2c6053a70a2a47e4e1c2f94998a49cf",
125e92a0c3aSDavid Ostrovsky)
1260f6ddb37SDavid Ostrovsky
127b31f9661SMatthias SohnJETTY_VER = "9.4.11.v20180605"
1280f6ddb37SDavid Ostrovsky
1290f6ddb37SDavid Ostrovskymaven_jar(
13019222ce7SDavid Pursehouse    name = "jetty-servlet",
1310f6ddb37SDavid Ostrovsky    artifact = "org.eclipse.jetty:jetty-servlet:" + JETTY_VER,
132b31f9661SMatthias Sohn    sha1 = "66d31900fcfc70e3666f0b3335b6660635154f98",
133b31f9661SMatthias Sohn    src_sha1 = "930c50de49b9c258d5f0329426cbcac4d3143497",
1340f6ddb37SDavid Ostrovsky)
1350f6ddb37SDavid Ostrovsky
1360f6ddb37SDavid Ostrovskymaven_jar(
13719222ce7SDavid Pursehouse    name = "jetty-security",
1380f6ddb37SDavid Ostrovsky    artifact = "org.eclipse.jetty:jetty-security:" + JETTY_VER,
139b31f9661SMatthias Sohn    sha1 = "926def86d31ee07ca4b4658833dc6ee6918b8e86",
140b31f9661SMatthias Sohn    src_sha1 = "019bc7c2a366cbb201950f24dd64d9d9a49b6840",
1410f6ddb37SDavid Ostrovsky)
1420f6ddb37SDavid Ostrovsky
1430f6ddb37SDavid Ostrovskymaven_jar(
14419222ce7SDavid Pursehouse    name = "jetty-server",
1450f6ddb37SDavid Ostrovsky    artifact = "org.eclipse.jetty:jetty-server:" + JETTY_VER,
146b31f9661SMatthias Sohn    sha1 = "58353c2f27515b007fc83ae22002feb34fc24714",
147b31f9661SMatthias Sohn    src_sha1 = "e7d832d74df616137755996b41bc28bb82b3bc42",
1480f6ddb37SDavid Ostrovsky)
1490f6ddb37SDavid Ostrovsky
1500f6ddb37SDavid Ostrovskymaven_jar(
15119222ce7SDavid Pursehouse    name = "jetty-http",
1520f6ddb37SDavid Ostrovsky    artifact = "org.eclipse.jetty:jetty-http:" + JETTY_VER,
153b31f9661SMatthias Sohn    sha1 = "20c35f5336befe35b0bd5c4a63e07170fe7872d7",
154b31f9661SMatthias Sohn    src_sha1 = "5bc30d1f7e8c4456c22cc85999b8cafd3741bdff",
1550f6ddb37SDavid Ostrovsky)
1560f6ddb37SDavid Ostrovsky
1570f6ddb37SDavid Ostrovskymaven_jar(
15819222ce7SDavid Pursehouse    name = "jetty-io",
1590f6ddb37SDavid Ostrovsky    artifact = "org.eclipse.jetty:jetty-io:" + JETTY_VER,
160b31f9661SMatthias Sohn    sha1 = "d164de1dac18c4ca80a1b783d879c97449909c3b",
161b31f9661SMatthias Sohn    src_sha1 = "02c0caba292b1cb74cec1d36c6f91dc863c89b5a",
1620f6ddb37SDavid Ostrovsky)
1630f6ddb37SDavid Ostrovsky
1640f6ddb37SDavid Ostrovskymaven_jar(
16519222ce7SDavid Pursehouse    name = "jetty-util",
1660f6ddb37SDavid Ostrovsky    artifact = "org.eclipse.jetty:jetty-util:" + JETTY_VER,
167b31f9661SMatthias Sohn    sha1 = "f0f25aa2f27d618a04bc7356fa247ae4a05245b3",
168b31f9661SMatthias Sohn    src_sha1 = "4e5c4c483cfd9804c2fc5d5751866243bbb9d740",
1690f6ddb37SDavid Ostrovsky)
170