This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new d217fa897 TIKA-4504: add exclusions
d217fa897 is described below

commit d217fa89738ed0569d4165eaf38f5e6767c62372
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 18 16:32:24 2025 +0200

    TIKA-4504: add exclusions
---
 tika-parsers/tika-parsers-ml/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tika-parsers/tika-parsers-ml/pom.xml 
b/tika-parsers/tika-parsers-ml/pom.xml
index 1289cf4a1..9a06b0457 100644
--- a/tika-parsers/tika-parsers-ml/pom.xml
+++ b/tika-parsers/tika-parsers-ml/pom.xml
@@ -56,6 +56,7 @@
             <exclude>src/test/resources/test-documents/**</exclude>
             
<exclude>tika-parser-nlp-module/src/test/resources/test-documents/**</exclude> 
<!-- already checked -->
             <exclude>tika-age-recogniser/target/**</exclude>
+            
<exclude>tika-parser-nlp-module/src/test/resources/org/apache/tika/parser/ner/*.bin</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to