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 ad25279f0 TIKA-4504: remove double line
ad25279f0 is described below
commit ad25279f0ba480b6b0501436b4fcf43477df8933
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 46f21725b..fada2ff2b 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
@@ -96,7 +96,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>