Skip to content

Commit 2655979

Browse files
committed
fix comment
1 parent c89a34f commit 2655979

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bundles/gcp-bundle/build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ tasks.withType(ShadowJar::class.java) {
3636
configurations = listOf(project.configurations.runtimeClasspath.get())
3737
archiveClassifier.set("")
3838

39+
dependencies {
40+
exclude(dependency("org.slf4j:slf4j-api"))
41+
}
42+
3943
// Relocate dependencies to avoid conflicts
4044
relocate("com.fasterxml", "org.apache.gravitino.gcp.shaded.com.fasterxml")
4145
relocate("com.google.api", "org.apache.gravitino.gcp.shaded.com.google.api")

0 commit comments

Comments
 (0)