Remove unwanted transitive dependencies of Kryo from the Bridge.

This commit is contained in:
Chris Rankin 2018-05-15 14:15:49 +01:00
parent 6438374d61
commit ade576625e

View File

@ -67,7 +67,9 @@ dependencies {
// Seems to be needed?
compile "com.github.ben-manes.caffeine:caffeine:$caffeine_version"
// Pulled in by whitelist
compile "com.esotericsoftware:kryo:4.0.0"
compile ("com.esotericsoftware:kryo:4.0.0") {
transitive = false
}
// Log4J: logging framework (with SLF4J bindings)
compile "org.apache.logging.log4j:log4j-slf4j-impl:$log4j_version"