You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2023/01/14 15:52:36 UTC

[inlong] branch master updated: [INLONG-7234][Audit] Add log4j for audit-store (#7235)

This is an automated email from the ASF dual-hosted git repository.

healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new bd77b2677 [INLONG-7234][Audit] Add log4j for audit-store (#7235)
bd77b2677 is described below

commit bd77b267792092fbb89bbfe31c69f5ff5f45f18a
Author: doleyzi <43...@users.noreply.github.com>
AuthorDate: Sat Jan 14 23:52:31 2023 +0800

    [INLONG-7234][Audit] Add log4j for audit-store (#7235)
---
 inlong-audit/audit-store/pom.xml | 5 +++++
 pom.xml                          | 1 +
 2 files changed, 6 insertions(+)

diff --git a/inlong-audit/audit-store/pom.xml b/inlong-audit/audit-store/pom.xml
index 7044b51e7..75b063103 100644
--- a/inlong-audit/audit-store/pom.xml
+++ b/inlong-audit/audit-store/pom.xml
@@ -175,6 +175,11 @@
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-core</artifactId>
         </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>${log4j.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-slf4j-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 75e086842..a0f8d4958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,6 +177,7 @@
 
         <logback.version>1.2.10</logback.version>
         <log4j2.version>2.17.2</log4j2.version>
+        <log4j.version>1.2.17</log4j.version>
         <slf4j.version>1.7.36</slf4j.version>
 
         <junit.version>4.13.2</junit.version>