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

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new a1dfb7a20 TIKA-4239: avoid future convergence error with updated 
jackson version
a1dfb7a20 is described below

commit a1dfb7a209f76b5d6b1f01949b8c863446f19412
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 31 16:02:59 2024 +0200

    TIKA-4239: avoid future convergence error with updated jackson version
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml 
b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index cf53420ab..1e4c795f6 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -92,6 +92,12 @@
         <artifactId>jackson-mapper-asl</artifactId>
         <version>1.9.13</version>
       </dependency>
+      <!-- avoid convergence error with hadoop-yarn-common vs 
jackson-module-jaxb-annotations -->
+      <dependency>
+        <groupId>javax.xml.bind</groupId>
+        <artifactId>jaxb-api</artifactId>
+        <version>2.3.1</version>
+      </dependency>
 
       <!-- avoid conflicts because of age-predictor-api -->
       <dependency>

Reply via email to