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 3e8f42531 TIKA-4504: add pdf file
3e8f42531 is described below
commit 3e8f425312098f6172436399ccba56b99bb8f840
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 4 19:11:35 2025 +0200
TIKA-4504: add pdf file
---
tika-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-core/pom.xml b/tika-core/pom.xml
index 6b7000b4b..e0f6f7c89 100644
--- a/tika-core/pom.xml
+++ b/tika-core/pom.xml
@@ -156,7 +156,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/org/apache/tika/**</exclude>
@@ -164,6 +163,7 @@
<exclude>src/main/resources/org/apache/tika/detect/*.nnmodel</exclude>
<exclude>src/test/resources/test-documents/file-list.txt</exclude>
<exclude>src/test/resources/test-documents/ang20150420t182050_corr_v1e_img.hdr</exclude>
+ <exclude>src/test/resources/test-documents/*.pdf</exclude>
</excludes>
</configuration>
</plugin>