Skip to content

Commit

Permalink
TIKA-4064: add exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jun 19, 2023
1 parent 558520c commit c1e27c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,12 @@
<artifactId>h2</artifactId>
<version>2.1.214</version>
</exclude>
<!-- Project disagrees with CVE https://github.com/FasterXML/jackson-databind/issues/3972 -->
<exclude>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
</exclude>
</excludeCoordinates>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit c1e27c8

Please sign in to comment.