update java 3rd-party libs

This commit is contained in:
2018-11-20 19:13:59 +01:00
parent 218ea9ed68
commit cc0157fe0b
7 changed files with 42 additions and 21 deletions

View File

@@ -5,14 +5,14 @@ dependencies {
compile project(':file-utils')
compile project(':pdb-utils')
compile project(':block-storage')
antlr "org.antlr:antlr4:4.7.1"
antlr lib_antlr
compile 'org.lucares:primitiveCollections:0.1.20180908084945'
compile 'org.apache.commons:commons-lang3:3.8.1'
compile 'com.google.guava:guava:26.0-jre'
compile lib_primitive_collections
compile lib_commons_lang3
compile lib_guava
compile 'org.apache.logging.log4j:log4j-core:2.10.0'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.10.0'
compile lib_log4j2_core
compile lib_log4j2_slf4j_impl
}