Skip to content

Commit

Permalink
downgrade zookeeper, again
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Oct 14, 2023
1 parent f6bf270 commit d549506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,8 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.9.1</version>
<!-- This has to be < 3.9 to work with Solr 8's integration tests -->
<version>3.8.3</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down

0 comments on commit d549506

Please sign in to comment.