Merge branch 'cassandra-4.0' into cassandra-4.1

* cassandra-4.0:
  Moved jflex from runtime to build dependencies
This commit is contained in:
Jacek Lewandowski 2023-07-13 15:33:12 +02:00
commit 17afd5e6be
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Merged from 4.0:
* Fix Down nodes counter in nodetool describecluster (CASSANDRA-18512)
* Remove unnecessary shuffling of GossipDigests in Gossiper#makeRandomGossipDigest (CASSANDRA-18546)
Merged from 3.11:
* Moved jflex from runtime to build dependencies (CASSANDRA-18664)
* Fix CAST function for float to decimal (CASSANDRA-18647)
* Suppress CVE-2022-45688 (CASSANDRA-18643)
* Remove unrepaired SSTables from garbage collection when only_purge_repaired_tombstones is true (CASSANDRA-14204)

View File

@ -876,7 +876,6 @@
<dependency groupId="org.hdrhistogram" artifactId="HdrHistogram"/>
<!-- sasi deps -->
<dependency groupId="de.jflex" artifactId="jflex" />
<dependency groupId="com.github.rholder" artifactId="snowball-stemmer" />
<dependency groupId="com.googlecode.concurrent-trees" artifactId="concurrent-trees" />