summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Barone <syntonyze@gmail.com>2022-05-10 15:56:45 +0100
committerAntonio Barone <syntonyze@gmail.com>2022-05-10 16:25:11 +0100
commit794d12cf2fab10dd2af552c3c3a7f1073b92c6eb (patch)
treebd20207d2f53db5285e5f40408be52d5ca09d923
parent36d431f55d296dde24564b3932c4adb7c8d30faf (diff)
Reintroduce impl-log4j library to test deps
Change I893acbe61 erroneously removed the impl-log4j dependency, which is actually needed to avoid using the NOOP logging implementation in the tests. This fix was already applied for the gerrit war (in I86af69dd), but never for the testing targets. Release-Notes: skip Change-Id: I5492e96cdcc6ff69050a44d1cb07a89d3a101185
-rw-r--r--java/com/google/gerrit/testing/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/com/google/gerrit/testing/BUILD b/java/com/google/gerrit/testing/BUILD
index 798a2d4d50..fea00e966b 100644
--- a/java/com/google/gerrit/testing/BUILD
+++ b/java/com/google/gerrit/testing/BUILD
@@ -48,6 +48,7 @@ java_library(
"//lib/flogger:api",
"//lib/guice",
"//lib/guice:guice-servlet",
+ "//lib/log:impl-log4j",
"//lib/truth",
],
)