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

@@ -67,6 +67,11 @@
<artifactId>jakarta.mail</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>

View File

@@ -2,7 +2,7 @@
* #%L
* Alfresco Repository
* %%
* Copyright (C) 2005 - 2016 Alfresco Software Limited
* Copyright (C) 2005 - 2021 Alfresco Software Limited
* %%
* This file is part of the Alfresco software.
* If the software was purchased under a paid Alfresco license, the terms of
@@ -33,7 +33,7 @@ import org.alfresco.service.cmr.remoteconnector.RemoteConnectorRequest;
import org.alfresco.service.cmr.remoteconnector.RemoteConnectorResponse;
import org.alfresco.service.cmr.remoteconnector.RemoteConnectorService;
import org.apache.commons.httpclient.Header;
import org.apache.tika.io.IOUtils;
import org.apache.commons.io.IOUtils;
/**

View File

@@ -2,5 +2,5 @@
<properties>
<!-- This property, when set, will hide the start up warnings of tika for libraries are missing. -->
<!-- See https://issues.apache.org/jira/browse/TIKA-2490 -->
<service-loader initializableProblemHandler="ignore"/>
<service-loader loadErrorHandler="warn" initializableProblemHandler="ignore"/>
</properties>