Skip to content

Commit 3415bc4

Browse files
committed
Remove annotations dependency from compiler-plugin-core
1 parent 8ca04f1 commit 3415bc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dataframe-compiler-plugin-core/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies {
3030
exclude(group = "com.squareup", module = "kotlinpoet-jvm")
3131
exclude(group = "ch.randelshofer", module = "fastdoubleparser")
3232
exclude(group = "io.github.oshai", module = "kotlin-logging-jvm")
33+
exclude(group = "org.jetbrains", module = "annotations")
3334
}
3435

3536
// we assume Kotlin plugin has reflect dependency - we're not bringing our own version
@@ -53,6 +54,7 @@ tasks.withType<ShadowJar> {
5354
exclude(dependency("com.squareup:kotlinpoet-jvm:.*"))
5455
exclude(dependency("ch.randelshofer:fastdoubleparser:.*"))
5556
exclude(dependency("io.github.oshai:kotlinlogging:.*"))
57+
exclude(dependency("org.jetbrains:annotations:.*"))
5658
}
5759
exclude("org/jetbrains/kotlinx/dataframe/jupyter/**")
5860
exclude("org/jetbrains/kotlinx/dataframe/io/**")

0 commit comments

Comments
 (0)