This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch branch_3x in repository https://gitbox.apache.org/repos/asf/tika.git
commit c95afce68ed0e78180cc2c0e019687cedd0ab979 Author: tallison <[email protected]> AuthorDate: Fri Oct 3 11:09:42 2025 -0400 TIKA-4495 -- skip ossindex (cherry picked from commit d7eb05ccfe2b66f0671907084e5a9b40f2854eb3) --- tika-parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 5abb8537e..d2014c854 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -1263,6 +1263,8 @@ </coordinate> </excludeCoordinates> <fail>true</fail> + <!-- TIKA-4495 --> + <skip>true</skip> </configuration> <executions> <execution>
