Skip to content

Commit 02a3348

Browse files
committed
[CALCITE-7329] Remove slf4j-api from avatica-shadow jar
1 parent ac39920 commit 02a3348

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shaded/core/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ tasks {
8181
dependencyLicenses(licenseFiles)
8282
}
8383
}
84+
dependencies {
85+
exclude(dependency("org.slf4j:slf4j-api"))
86+
}
8487
}
8588

8689
jar {

0 commit comments

Comments
 (0)