From fd01e27cd9ae7c051641e5ed6d351db34f0800fb Mon Sep 17 00:00:00 2001 From: Abdul Mohammed Date: Mon, 1 Jul 2019 18:08:36 +0100 Subject: [PATCH] REPO-4366 / REPO-4458: Update tika library (#131) * Update tika library to version 1.21-20190624-alfresco-patched * Remove the commons-lang exclusion, since the new tika doesn't have a dependency on it. --- pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6d3752526a..4b90da691c 100644 --- a/pom.xml +++ b/pom.xml @@ -319,12 +319,12 @@ org.apache.tika tika-core - 1.17-20180201-alfresco-patched + 1.21-20190624-alfresco-patched org.apache.tika tika-parsers - 1.17-20180201-alfresco-patched + 1.21-20190624-alfresco-patched com.tdunning @@ -338,10 +338,6 @@ asm asm - - commons-lang - commons-lang -