Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Remove unused wiremock dependency

Change-Id: I12f5f7736e7e3b97e9b6c0fa9bc2460f08c84f59
diff --git a/BUILD b/BUILD
index ec555d5..dc2d1ca 100644
--- a/BUILD
+++ b/BUILD
@@ -48,7 +48,6 @@
     visibility = ["//visibility:public"],
     exports = PLUGIN_DEPS + PLUGIN_TEST_DEPS + [
         ":multi-site__plugin",
-        "@wiremock//jar",
         "@global-refdb//jar",
         "@events-broker//jar",
         "//plugins/replication",
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index c10e32a..fa6c4e7 100644
--- a/external_plugin_deps.bzl
+++ b/external_plugin_deps.bzl
@@ -2,15 +2,9 @@
 
 def external_plugin_deps():
     maven_jar(
-        name = "wiremock",
-        artifact = "com.github.tomakehurst:wiremock-standalone:2.23.2",
-        sha1 = "4a920d6c04fd2444c7bc94880adc8313f5b31ba3",
-    )
-
-    maven_jar(
         name = "global-refdb",
         artifact = "com.gerritforge:global-refdb:3.0.2",
-        sha1 = "293a807bd82a284c215213b442b3930258e01f5e"
+        sha1 = "293a807bd82a284c215213b442b3930258e01f5e",
     )
 
     maven_jar(