Skip to content

Commit

Permalink
Delete the bitbucket URL for SnakeYaml.
Browse files Browse the repository at this point in the history
The url is causing problems in `//src/test/shell/bazel:verify_workspace` test. Remove it since it is redundant to the one in bazel mirror.

PiperOrigin-RevId: 364587651
  • Loading branch information
alexjski authored and copybara-github committed Mar 23, 2021
1 parent 49702ed commit 239a8e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,7 @@ java_library(
visibility = ["@com_google_testparameterinjector//:__pkg__"],
)
""",
urls = [
"https://mirror.bazel.build/bitbucket.org/asomov/snakeyaml/get/snakeyaml-1.28.tar.gz",
"https://bitbucket.org/asomov/snakeyaml/get/snakeyaml-1.28.tar.gz",
],
urls = ["https://mirror.bazel.build/bitbucket.org/asomov/snakeyaml/get/snakeyaml-1.28.tar.gz"],
)


Expand Down

0 comments on commit 239a8e7

Please sign in to comment.