mirror of https://github.com/apache/cassandra
(CLI) jline version is bumped to 1.0 to properly support 'delete' key function
patch by Dave Brosius; reviewed by Pavel Yaskevich for CASSANDRA-4132
This commit is contained in:
parent
3727084618
commit
9bdacf7df1
|
|
@ -3,6 +3,8 @@
|
|||
higher than a configurable threshold, default 20% (CASSANDRA-3442)
|
||||
* update MurmurHash to version 3 (CASSANDRA-2975)
|
||||
* (CLI) track elapsed time for `delete' operation (CASSANDRA-4060)
|
||||
* (CLI) jline version is bumped to 1.0 to properly support
|
||||
'delete' key function (CASSANDRA-4132)
|
||||
|
||||
|
||||
1.1.1-dev
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@
|
|||
<dependency groupId="org.slf4j" artifactId="slf4j-log4j12" version="1.6.1"/>
|
||||
<dependency groupId="org.codehaus.jackson" artifactId="jackson-core-asl" version="1.4.0"/>
|
||||
<dependency groupId="org.codehaus.jackson" artifactId="jackson-mapper-asl" version="1.4.0"/>
|
||||
<dependency groupId="jline" artifactId="jline" version="0.9.94">
|
||||
<dependency groupId="jline" artifactId="jline" version="1.0">
|
||||
<exclusion groupId="junit" artifactId="junit"/>
|
||||
</dependency>
|
||||
<dependency groupId="com.googlecode.json-simple" artifactId="json-simple" version="1.1"/>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue