This is an automated email from the ASF dual-hosted git repository.
gosonzhang 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 59d9be6 [INLONG-2020][InLong-Sort] Fix missing dependency of
jul-to-slf4j (#2021)
59d9be6 is described below
commit 59d9be6dbf4a7f348f67ebd3acf87640bb859432
Author: Biao Liu <[email protected]>
AuthorDate: Fri Dec 17 16:22:44 2021 +0800
[INLONG-2020][InLong-Sort] Fix missing dependency of jul-to-slf4j (#2021)
---
inlong-sort/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index 8095032..a3894ae 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -374,14 +374,6 @@
</excludes>
</filter>
</filters>
- <artifactSet>
- <excludes>
- <exclude>org.apache.log4j:*</exclude>
-
<exclude>org.apache.logging.log4j:*</exclude>
- <exclude>org.slf4j:*</exclude>
- <exclude>log4j:log4j</exclude>
- </excludes>
- </artifactSet>
</configuration>
</execution>
</executions>