Skip to content

Commit 518c483

Browse files
committed
Exclude commons-csv from compiler plugin dependency
1 parent e7784ed commit 518c483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ tasks.withType<ShadowJar> {
185185
exclude(dependency("org.jetbrains.kotlinx:kotlinx-datetime-jvm:.*"))
186186
exclude(dependency("commons-io:commons-io:.*"))
187187
exclude(dependency("commons-io:commons-csv:.*"))
188+
exclude(dependency("org.apache.commons:commons-csv:.*"))
188189
exclude(dependency("org.slf4j:slf4j-api:.*"))
189190
exclude(dependency("io.github.microutils:kotlin-logging-jvm:.*"))
190191
exclude(dependency("org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:.*"))

0 commit comments

Comments
 (0)