Skip to content

Commit d37c6dc

Browse files
committed
Shade jackson in vortex-jni and vortex-spark
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 7852ece commit d37c6dc

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
@@ -92,6 +92,7 @@ tasks.withType<ShadowJar> {
9292
// Note this class is not used by us, but required when loading the native lib
9393
exclude("org.apache.arrow.c.ArrayStreamExporter\$ExportedArrayStreamPrivateData")
9494
}
95+
relocate("com.fasterxml.jackson", "dev.vortex.relocated.com.fasterxml.jackson")
9596
}
9697

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

0 commit comments

Comments
 (0)