You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/03/30 13:10:58 UTC

[incubator-inlong] branch master updated: [INLONG-3477][TubeMQ] Remove direct reference to log4j1.x (#3479)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 51d24a9  [INLONG-3477][TubeMQ] Remove direct reference to log4j1.x (#3479)
51d24a9 is described below

commit 51d24a95de2e41d7b6b92abeb87f13cb87d11a93
Author: gosonzhang <46...@qq.com>
AuthorDate: Wed Mar 30 21:10:49 2022 +0800

    [INLONG-3477][TubeMQ] Remove direct reference to log4j1.x (#3479)
---
 inlong-tubemq/pom.xml               | 10 ----------
 inlong-tubemq/tubemq-server/pom.xml |  4 ----
 2 files changed, 14 deletions(-)

diff --git a/inlong-tubemq/pom.xml b/inlong-tubemq/pom.xml
index e2417f0..b1551a7 100644
--- a/inlong-tubemq/pom.xml
+++ b/inlong-tubemq/pom.xml
@@ -82,7 +82,6 @@
         <je.version>7.3.7</je.version>
         <gson.version>2.8.5</gson.version>
         <slf4j.version>1.7.36</slf4j.version>
-        <log4j.version>1.2.17</log4j.version>
         <spring.boot.version>2.6.3</spring.boot.version>
     </properties>
 
@@ -199,11 +198,6 @@
                 <version>${slf4j.version}</version>
             </dependency>
             <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>${log4j.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty</artifactId>
                 <version>${netty.version}</version>
@@ -290,10 +284,6 @@
                         <groupId>org.slf4j</groupId>
                         <artifactId>slf4j-log4j12</artifactId>
                     </exclusion>
-                    <exclusion>
-                        <groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
-                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>
diff --git a/inlong-tubemq/tubemq-server/pom.xml b/inlong-tubemq/tubemq-server/pom.xml
index 5767161..f397567 100644
--- a/inlong-tubemq/tubemq-server/pom.xml
+++ b/inlong-tubemq/tubemq-server/pom.xml
@@ -137,10 +137,6 @@
             <artifactId>ini4j</artifactId>
         </dependency>
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-        </dependency>
-        <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>