Skip to content

Commit

Permalink
Exclude metafix' log4j12 dependency to fix logging (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Aug 19, 2024
1 parent 3e4d466 commit 310a548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<groupId>log4j</groupId>
<artifactId>log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 310a548

Please sign in to comment.