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:
Ismael Juma 2015-05-28 10:16:20 -07:00 committed by Jun Rao
parent 43b92f8b1c
commit c60f325014
1 changed files with 1 additions and 1 deletions

View File

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