(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:
Pavel Yaskevich 2012-04-10 00:38:07 +03:00
parent 3727084618
commit 9bdacf7df1
5 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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.

BIN
lib/jline-1.0.jar Normal file

Binary file not shown.