Skip to content

Commit 3c738a4

Browse files
author
Brandon Scheller
committed
update exclusion
1 parent 8c8f386 commit 3c738a4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

  • packaging/hudi-kafka-connect-bundle

packaging/hudi-kafka-connect-bundle/pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,16 @@
284284
<scope>compile</scope>
285285
<exclusions>
286286
<exclusion>
287-
<groupId>log4j</groupId>
288-
<artifactId>log4j</artifactId>
287+
<groupId>org.apache.logging.log4j</groupId>
288+
<artifactId>log4j-api</artifactId>
289+
</exclusion>
290+
<exclusion>
291+
<groupId>org.apache.logging.log4j</groupId>
292+
<artifactId>log4j-core</artifactId>
293+
</exclusion>
294+
<exclusion>
295+
<groupId>org.apache.logging.log4j</groupId>
296+
<artifactId>log4j-1.2-api</artifactId>
289297
</exclusion>
290298
</exclusions>
291299
</dependency>

0 commit comments

Comments
 (0)