mirror of https://github.com/apache/kafka.git
kafka-2189; Snappy compression of message batches less efficient in 0.8.2.1; patched by Ismael Juma; reviewed by Jun Rao
This commit is contained in:
parent
43b92f8b1c
commit
c60f325014
|
@ -352,7 +352,7 @@ project(':clients') {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "org.slf4j:slf4j-api:1.7.6"
|
compile "org.slf4j:slf4j-api:1.7.6"
|
||||||
compile 'org.xerial.snappy:snappy-java:1.1.1.6'
|
compile 'org.xerial.snappy:snappy-java:1.1.1.7'
|
||||||
compile 'net.jpountz.lz4:lz4:1.2.0'
|
compile 'net.jpountz.lz4:lz4:1.2.0'
|
||||||
|
|
||||||
testCompile 'com.novocode:junit-interface:0.9'
|
testCompile 'com.novocode:junit-interface:0.9'
|
||||||
|
|
Loading…
Reference in New Issue