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

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

commit df5e5cc7ec6794d95128000c4ca26f4bad7fd1a3
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 31 16:03:29 2024 +0200

    TIKA-4166: 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 4efc964bc..b29c1121e 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