There was an error while loading. Please reload this page.
1 parent e585263 commit 5aa5eb7Copy full SHA for 5aa5eb7
1 file changed
tika-detectors/tika-detector-siegfried/pom.xml
@@ -35,6 +35,12 @@
35
<version>${project.version}</version>
36
<scope>provided</scope>
37
</dependency>
38
+ <dependency>
39
+ <groupId>${project.groupId}</groupId>
40
+ <artifactId>tika-serialization</artifactId>
41
+ <version>${project.version}</version>
42
+ <scope>test</scope>
43
+ </dependency>
44
<dependency>
45
<groupId>com.fasterxml.jackson.core</groupId>
46
<artifactId>jackson-databind</artifactId>
0 commit comments