Remove obsolete 'cql' dependency

Patch by Brad Schoening; reviewed by brandonwilliams and bereng for
CASSANDRA-17247
This commit is contained in:
Brad Schoening 2022-01-09 21:42:43 -05:00 committed by Brandon Williams
parent cf9091a12c
commit 8c8d9b8e57
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
4.0.2
* Removed unused 'cql' dependency (CASSANDRA-17247)
* Don't block gossip when clearing repair snapshots (CASSANDRA-17168)
* Deduplicate warnings for deprecated parameters (changed names) (CASSANDRA-17160)
* Update ant-junit to version 1.10.12 (CASSANDRA-17218)

View File

@ -7,7 +7,6 @@ six>=1.12.0
# Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases.
-e git+https://github.com/riptano/ccm.git@cassandra-test#egg=ccm
coverage
cql
decorator
docopt
enum34