Skip to content

Commit

Permalink
TIKA-4239: update kafka, remove zookeeper where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Nov 9, 2024
1 parent 9f580e8 commit 6d2ab9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
<xerces.version>2.12.2</xerces.version>
<xmpcore.version>6.1.11</xmpcore.version>
<zstd.version>1.5.6-7</zstd.version>
<kafka.version>3.8.1</kafka.version>
<kafka.version>3.9.0</kafka.version>
<!-- 4.2.0.Alpha4 tested successfully -->
<netty.version>4.1.114.Final</netty.version>
<snappy.java.version>1.1.10.7</snappy.java.version>
Expand Down
12 changes: 0 additions & 12 deletions tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,6 @@
<version>2.3.1</version>
</dependency>

<!-- avoid conflicts because of age-predictor-api -->
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- netty dependency removed, either it isn't needed,
or our test coverage isn't good enough -->
<dependency>
Expand Down

0 comments on commit 6d2ab9a

Please sign in to comment.