Skip to content

Commit

Permalink
Excluded useless xml-apis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-François Morin committed May 6, 2024
1 parent d544089 commit 359e0be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,12 @@
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers-standard-package</artifactId>
<version>${tika.version}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Tika brings in multiple versions of this. Select the latest version. Always sync with Tika version -->
<dependency>
Expand Down Expand Up @@ -1806,6 +1812,12 @@
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>1.3.9</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- json-path is needed by Spring HATEOAS -->
Expand Down

0 comments on commit 359e0be

Please sign in to comment.