Removed transitive dependency on minlog

master
Robinson 2022-03-03 01:42:20 +01:00
parent fb93c04f44
commit 5d2cf13030
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 4 additions and 2 deletions

View File

@ -102,9 +102,11 @@ dependencies {
api("com.dorkbox:ByteUtilities:1.5")
api("com.dorkbox:Serializers:2.6")
api("com.dorkbox:ObjectPool:3.5")
api("com.dorkbox:MinLog:2.4")
api("com.esotericsoftware:kryo:5.3.0")
api("com.esotericsoftware:kryo:5.3.0") {
exclude("com.esotericsoftware", "minlog") // we use our own minlog, that logs to SLF4j instead
}
// really fast storage