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:
parent
ab9d6a545f
commit
20fa6bd8b2
@ -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",
|
||||
],
|
||||
|
@ -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__",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user