Skip to content

Commit

Permalink
Fix #128: Exclude Xerces (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored May 17, 2023
1 parent 1df2751 commit 071f116
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parser-xml-module</artifactId>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down Expand Up @@ -144,4 +150,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 071f116

Please sign in to comment.