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 a1f3a9413 TIKA-4504: add pdf file
a1f3a9413 is described below
commit a1f3a9413660d1ff98ee612e3524becb2a4fcc07
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 e28bcaf5b..e0c408e34 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>