ATS-969 Upgrade tika 1.x -> 2.x (#827)

This commit is contained in:
Piotr Żurek
2021-12-08 10:28:47 +01:00
committed by GitHub
parent 89de2e4677
commit 8dd6ce48dc
8 changed files with 34 additions and 71 deletions

View File

@@ -92,6 +92,11 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-repository</artifactId>