Skip to content

Commit 2d3bae0

Browse files
committed
address comments
1 parent 84e7c12 commit 2d3bae0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

third_party/workspace.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ def tensorboard_workspace(name = ""):
143143
name = "org_jsoup_external",
144144
jar_sha256 = "436adf71fe9f326e04fe134cd2785b261f0f4b9b60876adda1de3b6919463394",
145145
jar_urls = [
146+
"https://storage.googleapis.com/mirror.tensorflow.org/jsoup.org/packages/jsoup-1.21.1.jar",
147+
"https://repo1.maven.org/maven2/org/jsoup/jsoup/1.21.1/jsoup-1.21.1.jar",
146148
"https://jsoup.org/packages/jsoup-1.21.1.jar",
147149
],
148-
licenses = ["reciprocal"], # BSD 3-clause, ICU, MPL 1.1, libpng (BSD/MIT-like), Academic Free License v. 2.0, BSD 2-clause, MIT
150+
licenses = ["notice"], # MIT
149151
)

0 commit comments

Comments
 (0)