This is an automated email from the ASF dual-hosted git repository.
tallison 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 5aa5eb76d TIKA-4553 -- fix siegfried after rm'ing TikaConfig
5aa5eb76d is described below
commit 5aa5eb76d8d302d45de16fb310f82405efee99f8
Author: tallison <[email protected]>
AuthorDate: Tue Dec 9 14:59:43 2025 -0500
TIKA-4553 -- fix siegfried after rm'ing TikaConfig
---
tika-detectors/tika-detector-siegfried/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tika-detectors/tika-detector-siegfried/pom.xml
b/tika-detectors/tika-detector-siegfried/pom.xml
index 75a723ce2..f5cb08fd9 100644
--- a/tika-detectors/tika-detector-siegfried/pom.xml
+++ b/tika-detectors/tika-detector-siegfried/pom.xml
@@ -35,6 +35,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>tika-serialization</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>