Merge "Fix test dependencies for in-tree build" into stable-2.14
diff --git a/BUILD b/BUILD
index 98aa1c2..900a009 100644
--- a/BUILD
+++ b/BUILD
@@ -1,6 +1,7 @@
 load("//tools/bzl:junit.bzl", "junit_tests")
 load(
     "//tools/bzl:plugin.bzl",
+    "PLUGIN_DEPS",
     "PLUGIN_TEST_DEPS",
     "gerrit_plugin",
 )
@@ -81,7 +82,7 @@
     name = "gc-conductor__plugin_test_deps",
     testonly = 1,
     visibility = ["//visibility:public"],
-    exports = EXECUTOR_DEPS + PLUGIN_TEST_DEPS + [
+    exports = EXECUTOR_DEPS + PLUGIN_DEPS + PLUGIN_TEST_DEPS + [
         ":gc-conductor__plugin",
         ":gc-executor_lib",
         "@byte-buddy//jar",