Add missing slf4j dependencies in BUILD file

slf4j dependencies were not included in the BUILD file (I43e6cf797cc)
which cause the Bazel build to fail when attempting to run the tests.

Change-Id: Ie5c8bbb80625453a066e29f92660da7b0e5c8674
This commit is contained in:
Hamza Kaced 2020-02-24 11:31:53 -05:00 committed by David Pursehouse
parent ab9d6a545f
commit 20fa6bd8b2
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ java_library(
"//lib/guice",
"//lib/httpcomponents:httpcore",
"//lib/jgit/org.eclipse.jgit:jgit",
"//lib/log:api",
"//lib/testcontainers",
"//lib/testcontainers:testcontainers-elasticsearch",
],

View File

@ -4,6 +4,7 @@ java_library(
name = "api",
data = ["//lib:LICENSE-slf4j"],
visibility = [
"//javatests/com/google/gerrit/elasticsearch:__pkg__",
"//lib/jgit/org.eclipse.jgit:__pkg__",
"//plugins:__pkg__",
],