remove dependency to Guava

This commit is contained in:
2019-09-01 15:44:36 +02:00
parent 8579974051
commit 0e9e2cd53a
6 changed files with 35 additions and 36 deletions

View File

@@ -26,7 +26,6 @@ ext {
lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4'
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.9'
lib_guava = 'com.google.guava:guava:28.0-jre'
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.9.9.1'
lib_log4j2_api = "org.apache.logging.log4j:log4j-api:${version_log4j2}"