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

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


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 3b71d2fc3f Improved: Updated apache tika library to 2.4.1 
(OFBIZ-12572) (#544)
3b71d2fc3f is described below

commit 3b71d2fc3fed7d77b210c41675418d664bd06189
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Thu Sep 15 19:07:45 2022 +0530

    Improved: Updated apache tika library to 2.4.1 (OFBIZ-12572) (#544)
    
    Included common csv and apache cxf dependency as they were removed from 
tika 2.4
---
 build.gradle | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index c06c65c8ef..4322e33a7f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -227,8 +227,11 @@ dependencies {
     implementation 'org.apache.sshd:sshd-sftp:2.8.0'
     // Note: The Apache Tika PMC has set September 30, 2022 as the End Of Life 
for the Tika 1.x branch.
     //       The PMC will make security fixes for the 1.x branch until that 
date.
-    implementation 'org.apache.tika:tika-core:1.28.5'
-    implementation 'org.apache.tika:tika-parsers:1.28.5' //  2.4.1 does not 
work,
+    implementation 'org.apache.tika:tika-core:2.4.1'
+    implementation 'org.apache.tika:tika-parsers:2.4.1'
+    implementation 'org.apache.commons:commons-csv:1.9.0'
+    implementation 'org.apache.tika:tika-parser-pdf-module:2.4.1'
+    implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:3.5.3'
     implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.60' // Remember 
to change the version number (9 now) in javadoc block if needed.
     implementation 'org.apache.tomcat:tomcat-jasper:9.0.60'
     implementation 'org.apache.axis2:axis2-kernel:1.7.9' // Above: 
SOAPEventHandler.java:42: error: package org.apache.axiom.om.impl.builder does 
not exist

Reply via email to