Skip to content

Commit

Permalink
TIKA-4130 -- add xerces and xml-apis to the banned dependencies list …
Browse files Browse the repository at this point in the history
…in 3.x/main
  • Loading branch information
tballison committed Oct 5, 2023
1 parent de73ae4 commit 413b232
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,24 @@
<fail>true</fail>
</configuration>
</execution>
<execution>
<id>ban-xerces-and-xml-apis</id>
<phase>validate</phase>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<bannedDependencies>
<excludes>
<exclude>xerces:xercesImpl</exclude>
<exclude>xml-apis:xml-apis</exclude>
</excludes>
</bannedDependencies>
</rules>
<fail>true</fail>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 413b232

Please sign in to comment.