Skip to content

Commit

Permalink
fix: Exclude log4j-to-slf4j as a workaround for spring-projects/sprin…
Browse files Browse the repository at this point in the history
  • Loading branch information
wimdeblauwe committed Nov 12, 2022
1 parent c58d91b commit 765061b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 765061b

Please sign in to comment.