From 239a8e732cdaaacf6ec29aca7c6e617456013bed Mon Sep 17 00:00:00 2001 From: ajurkowski Date: Tue, 23 Mar 2021 10:22:49 -0700 Subject: [PATCH] Delete the bitbucket URL for SnakeYaml. 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 --- WORKSPACE | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index f93273d8131a24..33ca3222862a23 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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"], )