mirror of
https://github.com/corda/corda.git
synced 2025-02-12 05:35:50 +00:00
Remove unwanted transitive dependencies of Kryo from the Bridge.
This commit is contained in:
parent
6438374d61
commit
ade576625e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user