Isolate log4j dep

This dep breaks Google logging.

Change-Id: Idf01bcae1c71e00b51407db53cc16a5c7e956d47
This commit is contained in:
Joerg Zieren
2020-02-25 15:02:54 +01:00
parent c9dc6e9a11
commit 57760be500
7 changed files with 21 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ java_library(
"//java/com/google/gerrit/server/schema",
"//java/com/google/gerrit/server/util/time",
"//java/com/google/gerrit/util/cli",
"//java/com/google/gerrit/util/logging",
"//lib:args4j",
"//lib:gson",
"//lib:guava",

View File

@@ -23,8 +23,8 @@ import static com.google.gerrit.sshd.SshLog.P_STATUS;
import static com.google.gerrit.sshd.SshLog.P_USER_NAME;
import static com.google.gerrit.sshd.SshLog.P_WAIT;
import com.google.gerrit.server.logging.JsonLayout;
import com.google.gerrit.server.logging.JsonLogEntry;
import com.google.gerrit.util.logging.JsonLayout;
import com.google.gerrit.util.logging.JsonLogEntry;
import java.time.format.DateTimeFormatter;
import org.apache.log4j.spi.LoggingEvent;