Skip to content

Commit 67738a8

Browse files
committed
Shade jackson in vortex-jni and vortex-spark
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 8aae4ba commit 67738a8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

java/vortex-jni/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ tasks.withType<ShadowJar> {
107107
// Note this class is not used by us, but required when loading the native lib
108108
exclude("org.apache.arrow.c.ArrayStreamExporter\$ExportedArrayStreamPrivateData")
109109
}
110+
relocate("com.fasterxml.jackson", "dev.vortex.relocated.com.fasterxml.jackson")
110111
}
111112

112113
tasks.build {

java/vortex-spark/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ tasks.withType<ShadowJar> {
8989
// Note this class is not used by us, but required when loading the native lib
9090
exclude("org.apache.arrow.c.ArrayStreamExporter\$ExportedArrayStreamPrivateData")
9191
}
92+
relocate("com.fasterxml.jackson", "dev.vortex.relocated.com.fasterxml.jackson")
9293
}
9394

9495
tasks.withType<Test>().all {

0 commit comments

Comments
 (0)