Skip to content

Commit

Permalink
Exclude log4j-impl (only in spark 3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed May 13, 2024
1 parent b23d46a commit f50eeda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
Expand Down

0 comments on commit f50eeda

Please sign in to comment.