Skip to content

Commit

Permalink
excluded Jackson databind from Spring Boot
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Mar 28, 2022
1 parent a7e16b4 commit 15bc793
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 @@ -93,6 +93,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 15bc793

Please sign in to comment.