Skip to content

Commit

Permalink
resolved log4j dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Elbers committed Sep 23, 2024
1 parent 4674a23 commit d779e51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit d779e51

Please sign in to comment.