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

lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-trino.git


The following commit(s) were added to refs/heads/main by this push:
     new f0a38c5  enable trino-paimon-plugin to print SLF4J logs in trino. (#57)
f0a38c5 is described below

commit f0a38c5668eb375d577e807c1680753f9929fafd
Author: songpcmusic <[email protected]>
AuthorDate: Mon Mar 18 20:29:46 2024 +0800

    enable trino-paimon-plugin to print SLF4J logs in trino. (#57)
---
 pom.xml | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 982d520..6b5969c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,8 +60,7 @@ under the License.
     <properties>
         <target.java.version>11</target.java.version>
         <junit5.version>5.8.1</junit5.version>
-        <slf4j.version>1.7.25</slf4j.version>
-        <log4j.version>2.17.1</log4j.version>
+        <slf4j.version>2.0.7</slf4j.version>
         <guava.version>31.1-jre</guava.version>
         <commons-lang3.version>3.3.2</commons-lang3.version>
         <findbugs.version>1.3.9</findbugs.version>
@@ -126,21 +125,9 @@ under the License.
         </dependency>
 
         <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-api</artifactId>
-            <version>${log4j.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-core</artifactId>
-            <version>${log4j.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-1.2-api</artifactId>
-            <version>${log4j.version}</version>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <version>${slf4j.version}</version>
         </dependency>
 
         <dependency>

Reply via email to