This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 403894cbf TIKA-4504: remove double line
403894cbf is described below
commit 403894cbfddca7f37768615fb9081595df093818
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 6 15:48:24 2025 +0200
TIKA-4504: remove double line
---
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/pom.xml
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/pom.xml
index 90ca491da..c75bf23cc 100644
--- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/pom.xml
+++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/pom.xml
@@ -86,7 +86,6 @@
<exclude>tika-parser-xml-module/src/test/resources/test-documents/**</exclude>
<!-- already checked -->
<exclude>tika-parser-mail-module/src/test/resources/test-documents/**</exclude>
<!-- already checked -->
<exclude>tika-parser-miscoffice-module/src/test/resources/test-documents/**</exclude>
<!-- already checked -->
-
<exclude>tika-parser-miscoffice-module/src/test/resources/test-documents/**</exclude>
<!-- already checked -->
<exclude>tika-parser-html-commons/target/**</exclude>
</excludes>
</configuration>