We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798d068 commit 1368626Copy full SHA for 1368626
1 file changed
flink-cdc-cli/pom.xml
@@ -67,6 +67,16 @@ limitations under the License.
67
<groupId>org.apache.flink</groupId>
68
<artifactId>flink-yarn</artifactId>
69
<version>${flink.version}</version>
70
+ <exclusions>
71
+ <exclusion>
72
+ <groupId>log4j</groupId>
73
+ <artifactId>log4j</artifactId>
74
+ </exclusion>
75
76
+ <groupId>org.slf4j</groupId>
77
+ <artifactId>slf4j-log4j12</artifactId>
78
79
+ </exclusions>
80
<scope>provided</scope>
81
</dependency>
82
0 commit comments