Fixed message count per label

This commit is contained in:
2016-08-25 08:50:06 +02:00
parent caa2219a63
commit 102d63e2c6
3 changed files with 3 additions and 4 deletions

View File

@ -30,7 +30,7 @@ dependencies {
compile project(':wif')
compile 'org.slf4j:slf4j-simple:1.7.12'
compile 'args4j:args4j:2.32'
compile 'com.h2database:h2:1.4.190'
compile 'com.h2database:h2:1.4.192'
compile 'org.apache.commons:commons-lang3:3.4'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'