Skip to content

Commit 1368626

Browse files
authored
[FLINK-38994][cli] Remove log4j1 dependency (#4242)
1 parent 798d068 commit 1368626

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

flink-cdc-cli/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ limitations under the License.
6767
<groupId>org.apache.flink</groupId>
6868
<artifactId>flink-yarn</artifactId>
6969
<version>${flink.version}</version>
70+
<exclusions>
71+
<exclusion>
72+
<groupId>log4j</groupId>
73+
<artifactId>log4j</artifactId>
74+
</exclusion>
75+
<exclusion>
76+
<groupId>org.slf4j</groupId>
77+
<artifactId>slf4j-log4j12</artifactId>
78+
</exclusion>
79+
</exclusions>
7080
<scope>provided</scope>
7181
</dependency>
7282

0 commit comments

Comments
 (0)