We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8f386 commit 3c738a4Copy full SHA for 3c738a4
1 file changed
packaging/hudi-kafka-connect-bundle/pom.xml
@@ -284,8 +284,16 @@
284
<scope>compile</scope>
285
<exclusions>
286
<exclusion>
287
- <groupId>log4j</groupId>
288
- <artifactId>log4j</artifactId>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
289
+ </exclusion>
290
+ <exclusion>
291
292
+ <artifactId>log4j-core</artifactId>
293
294
295
296
+ <artifactId>log4j-1.2-api</artifactId>
297
</exclusion>
298
</exclusions>
299
</dependency>
0 commit comments