[ofbiz-framework] branch release18.12 updated: Fixed: Corrected the tika-parsers dependency version, also remove redundant entry for tika-core. This should fix the build failure (OFBIZ-12100) Thanks Alexander Tzvetanov for reporting the issue Manually backported fix from commit#24d9328cdf6489ba0e4c2d9b849f08c66658a5e2

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch release18.12 updated: Fixed: Corrected the tika-parsers dependency version, also remove redundant entry for tika-core. This should fix the build failure (OFBIZ-12100) Thanks Alexander Tzvetanov for reporting the issue Manually backported fix from commit#24d9328cdf6489ba0e4c2d9b849f08c66658a5e2

Deepak Dixit-5
This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new b40c3d0  Fixed: Corrected the tika-parsers dependency version, also remove redundant entry for tika-core. This should fix the build failure (OFBIZ-12100) Thanks Alexander Tzvetanov for reporting the issue Manually backported fix from commit#24d9328cdf6489ba0e4c2d9b849f08c66658a5e2
b40c3d0 is described below

commit b40c3d0c78abfe52397249861a6cb83316b99a38
Author: Deepak Dixit <[hidden email]>
AuthorDate: Thu Dec 31 16:05:48 2020 +0530

    Fixed: Corrected the tika-parsers dependency version, also remove redundant entry for tika-core. This should fix the build failure (OFBIZ-12100)
    Thanks Alexander Tzvetanov for reporting the issue
    Manually backported fix from commit#24d9328cdf6489ba0e4c2d9b849f08c66658a5e2
---
 build.gradle | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 1a07097..122bf1b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -168,8 +168,8 @@ dependencies {
     compile 'org.apache.poi:poi:3.17'
     compile 'org.apache.shiro:shiro-core:1.4.0'
     compile 'org.apache.sshd:sshd-core:1.7.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.tomcat:tomcat-catalina-ha:9.0.36'
     compile 'org.apache.tomcat:tomcat-catalina:9.0.36'
     compile 'org.apache.tomcat:tomcat-jasper:9.0.36'
@@ -189,7 +189,6 @@ dependencies {
     compile 'com.auth0:java-jwt:3.8.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