-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWORKSPACE
More file actions
31 lines (26 loc) · 1.22 KB
/
WORKSPACE
File metadata and controls
31 lines (26 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")
http_jar(
name = "javax-servlet-api",
url = "https://jcenter.bintray.com/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar",
sha256 = "83a03dd877d3674576f0da7b90755c8524af099ccf0607fc61aa971535ad7c60",
)
http_jar(
name = "jetty-http",
url = "https://jcenter.bintray.com/org/eclipse/jetty/jetty-http/9.4.18.v20190429/jetty-http-9.4.18.v20190429.jar",
sha256 = "a2626684486590535bc928a6a40c6915f99ffda96b7a14d4310bdda566b5aa73",
)
http_jar(
name = "jetty-io",
url = "https://jcenter.bintray.com/org/eclipse/jetty/jetty-io/9.4.18.v20190429/jetty-io-9.4.18.v20190429.jar",
sha256 = "f953810e6d5349a8c1101710bf99310e0bcd3bc43d819c06858c75f419b4cbd0",
)
http_jar(
name = "jetty-server",
url = "https://jcenter.bintray.com//org/eclipse/jetty/jetty-server/9.4.18.v20190429/jetty-server-9.4.18.v20190429.jar",
sha256 = "2737c60b231e804082cdb68f1118a1aa179c8f92d50345c7444d96391ac005ce",
)
http_jar(
name = "jetty-util",
url = "https://jcenter.bintray.com//org/eclipse/jetty/jetty-util/9.4.18.v20190429/jetty-util-9.4.18.v20190429.jar",
sha256 = "db2ae97679e4d9dd0b96e0e2e04423d41407977a87edfa0ed1714c44eb5c7aa1",
)