update 3rd party libs and gradle

This commit is contained in:
2018-12-07 14:06:59 +01:00
parent 253bbabd19
commit 20c555c30a
8 changed files with 16 additions and 18 deletions

View File

@@ -5,9 +5,9 @@ dependencies {
compile project(':file-utils')
compile project(':pdb-utils')
compile 'org.apache.logging.log4j:log4j-core:2.10.0'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.10.0'
compile 'org.lucares:primitiveCollections:0.1.20180908084945'
compile lib_log4j2_core
compile lib_log4j2_slf4j_impl
compile lib_primitive_collections
}