mirror of https://github.com/apache/cassandra
Remove obsolete 'cql' dependency
Patch by Brad Schoening; reviewed by brandonwilliams and bereng for CASSANDRA-17247
This commit is contained in:
parent
cf9091a12c
commit
8c8d9b8e57
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue