Skip to content

Commit

Permalink
TIKA-4179 -- downgrade zookeeper in age-recogniser so that 2.x can st…
Browse files Browse the repository at this point in the history
…ill be built with Java 8 (#1532)
  • Loading branch information
tballison authored Jan 8, 2024
1 parent fb1897d commit 1b97554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.9.1</version>
<!-- higher than this brings in a logback version that requires java > 8 -->
<version>3.7.2</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit 1b97554

Please sign in to comment.