Skip to content

Commit

Permalink
exclude jackson-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jan 5, 2022
1 parent 1c68cda commit b48a117
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 @@ -161,6 +161,10 @@
<artifactId>guava</artifactId>
<groupId>com.google.guava</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-core</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit b48a117

Please sign in to comment.