diff --git a/managers/mapdb/build.gradle.kts b/managers/mapdb/build.gradle.kts index 1011fe2d..88bb3486 100644 --- a/managers/mapdb/build.gradle.kts +++ b/managers/mapdb/build.gradle.kts @@ -22,7 +22,11 @@ sourceSets.all { dependencies { core() api(jackson()) - api("org.mapdb:mapdb:3.0.8") + api("org.mapdb:mapdb:3.0.8") { + exclude("org.eclipse.collections") + } + + implementation("org.eclipse.collections", "eclipse-collections", "11.1.0") testImplementation(testFixtures(project(":core"))) } \ No newline at end of file