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 e7784ed commit 518c483Copy full SHA for 518c483
core/build.gradle.kts
@@ -185,6 +185,7 @@ tasks.withType<ShadowJar> {
185
exclude(dependency("org.jetbrains.kotlinx:kotlinx-datetime-jvm:.*"))
186
exclude(dependency("commons-io:commons-io:.*"))
187
exclude(dependency("commons-io:commons-csv:.*"))
188
+ exclude(dependency("org.apache.commons:commons-csv:.*"))
189
exclude(dependency("org.slf4j:slf4j-api:.*"))
190
exclude(dependency("io.github.microutils:kotlin-logging-jvm:.*"))
191
exclude(dependency("org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:.*"))
0 commit comments