This is an automated email from the ASF dual-hosted git repository.
kunni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push:
new 1368626d8 [FLINK-38994][cli] Remove log4j1 dependency (#4242)
1368626d8 is described below
commit 1368626d8cefcfcb6a70c68df3b881218e5d727c
Author: Mingliang Zhu <[email protected]>
AuthorDate: Fri Jan 30 18:04:03 2026 +0800
[FLINK-38994][cli] Remove log4j1 dependency (#4242)
---
flink-cdc-cli/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/flink-cdc-cli/pom.xml b/flink-cdc-cli/pom.xml
index 922c0f384..35a69cbd2 100644
--- a/flink-cdc-cli/pom.xml
+++ b/flink-cdc-cli/pom.xml
@@ -67,6 +67,16 @@ limitations under the License.
<groupId>org.apache.flink</groupId>
<artifactId>flink-yarn</artifactId>
<version>${flink.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ </exclusions>
<scope>provided</scope>
</dependency>