From 5ac1ba9bdc93ba0d0607a7211b2f3e6e58775326 Mon Sep 17 00:00:00 2001 From: mlm483 <128052931+mlm483@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:52:52 -0500 Subject: [PATCH 1/3] [BI-2156] - updated apache tika also removed hard-coded transitive dependencies --- pom.xml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 1bfde3251..75dd35c02 100644 --- a/pom.xml +++ b/pom.xml @@ -91,10 +91,7 @@ 4.3.1 2.1-SNAPSHOT 2.11.0 - 2.2.1 - - 4.1.2 - 4.1.2 + 2.9.2 1.6.2 4.3.1 1.0.0-SNAPSHOT @@ -378,31 +375,6 @@ brapi-java-client ${brapi-java-client.version} - - org.apache.commons - commons-csv - ${apache-commons-csv.version} - - - org.apache.poi - poi - ${apache-poi.version} - - - org.apache.poi - poi-ooxml - ${apache-poi-ooxml.version} - - - org.apache.commons - commons-lang3 - ${apache-commons-lang.version} - - - commons-io - commons-io - ${commons-io.version} - org.apache.tika tika-app From 92b08d063d5674409eabf8f0ab1f066dbcf41c48 Mon Sep 17 00:00:00 2001 From: mlm483 <128052931+mlm483@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:26:34 -0500 Subject: [PATCH 2/3] [BI-2156] - hard-coded apache commons compress version --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 75dd35c02..d0efae5cd 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,8 @@ 2.1-SNAPSHOT 2.11.0 2.9.2 + + 1.26.1 1.6.2 4.3.1 1.0.0-SNAPSHOT @@ -380,6 +382,11 @@ tika-app ${tika-app.version} + + org.apache.commons + commons-compress + ${commons-compress.version} + com.sun.mail javax.mail From 22e00037c7eab715201de32b19fdfcdf21df96aa Mon Sep 17 00:00:00 2001 From: mlm483 <128052931+mlm483@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:15:01 -0500 Subject: [PATCH 3/3] [BI-2156] - removed unused variable from pom.xml --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index d0efae5cd..4280fd0b1 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,6 @@ 4.9.3 4.3.1 2.1-SNAPSHOT - 2.11.0 2.9.2 1.26.1