This is an automated email from the ASF dual-hosted git repository. deepak pushed a commit to branch release17.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release17.12 by this push: new 24d9328 Fix: Corrected the tika-parsers dependency version, also remove redundant entry for tika-core. This should fix the build failure (OFBIZ-12100) (#248) 24d9328 is described below commit 24d9328cdf6489ba0e4c2d9b849f08c66658a5e2 Author: Deepak Dixit <deepak.di...@hotwax.co> AuthorDate: Thu Dec 31 15:59:28 2020 +0530 Fix: Corrected the tika-parsers dependency version, also remove redundant entry for tika-core. This should fix the build failure (OFBIZ-12100) (#248) Thanks Alexander Tzvetanov for reporting the issue --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 069b574..e301d16 100644 --- a/build.gradle +++ b/build.gradle @@ -139,8 +139,8 @@ dependencies { compile 'org.apache.httpcomponents:httpclient-cache:4.5.4' compile 'org.apache.logging.log4j:log4j-api:2.10.0' // the API of log4j 2 compile 'org.apache.shiro:shiro-core:1.4.0' - compile 'org.apache.tika:tika-core:1.20' - compile 'org.apache.tika:tika-parsers:1.20' + compile 'org.apache.tika:tika-core:1.24.1' + compile 'org.apache.tika:tika-parsers:1.24.1' compile 'org.apache.poi:poi:3.17' compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.36' compile 'org.apache.tomcat:tomcat-catalina:9.0.36' @@ -160,7 +160,6 @@ dependencies { compile 'org.jsoup:jsoup:1.11.2' compile 'net.lingala.zip4j:zip4j:2.6.4' compile 'org.apache.commons:commons-imaging:1.0-alpha2' // Alpha but OK, "Imaging was working and was used by a number of projects in production even before reaching its initial release as an Apache Commons component." - compile 'org.apache.tika:tika-core:1.24.1' compile 'batik:batik-svg-dom:1.6-1' // ofbiz unit-test compile libs