Skip to content

Commit

Permalink
TIKA-4239: avoid future convergence error with updated jackson version
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Aug 31, 2024
1 parent 91f6511 commit a1dfb7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a1dfb7a

Please sign in to comment.