Skip to content

Commit 84e7c12

Browse files
committed
attempt to add jsoup as a direct depedency
1 parent ba81284 commit 84e7c12

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

tensorboard/java/org/tensorflow/tensorboard/vulcanize/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ java_binary(
1717
"@com_google_protobuf//:protobuf_java",
1818
"@io_bazel_rules_closure//java/io/bazel/rules/closure:webpath",
1919
"@io_bazel_rules_closure//java/io/bazel/rules/closure/webfiles:build_info_java_proto",
20-
"@org_jsoup",
20+
"@org_jsoup_external",
2121
],
2222
)
2323

third_party/workspace.bzl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,12 @@ def tensorboard_workspace(name = ""):
138138
],
139139
licenses = ["notice"], # Apache 2.0
140140
)
141+
142+
java_import_external(
143+
name = "org_jsoup_external",
144+
jar_sha256 = "436adf71fe9f326e04fe134cd2785b261f0f4b9b60876adda1de3b6919463394",
145+
jar_urls = [
146+
"https://jsoup.org/packages/jsoup-1.21.1.jar",
147+
],
148+
licenses = ["reciprocal"], # BSD 3-clause, ICU, MPL 1.1, libpng (BSD/MIT-like), Academic Free License v. 2.0, BSD 2-clause, MIT
149+
)

0 commit comments

Comments
 (0)