We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d263d89 commit 63cbc36Copy full SHA for 63cbc36
managers/mapdb/build.gradle.kts
@@ -22,7 +22,11 @@ sourceSets.all {
22
dependencies {
23
core()
24
api(jackson())
25
- api("org.mapdb:mapdb:3.0.8")
+ api("org.mapdb:mapdb:3.0.8") {
26
+ exclude("org.eclipse.collections")
27
+ }
28
+
29
+ implementation("org.eclipse.collections", "eclipse-collections", "11.1.0")
30
31
testImplementation(testFixtures(project(":core")))
32
}
0 commit comments