We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a602e6a commit 61a5eddCopy full SHA for 61a5edd
2 files changed
flight/flight-sql-jdbc-core/pom.xml
@@ -79,6 +79,11 @@ under the License.
79
<classifier>${arrow.vector.classifier}</classifier>
80
</dependency>
81
82
+ <dependency>
83
+ <groupId>org.apache.arrow</groupId>
84
+ <artifactId>arrow-compression</artifactId>
85
+ </dependency>
86
+
87
<dependency>
88
<groupId>com.google.guava</groupId>
89
<artifactId>guava</artifactId>
flight/flight-sql-jdbc-driver/pom.xml
@@ -101,6 +101,8 @@ under the License.
101
<shadedPattern>org.apache.arrow.driver.jdbc.shaded.com.</shadedPattern>
102
<excludes>
103
<exclude>com.sun.**</exclude>
104
+ <!-- zstd-jni uses JNI native methods bound to original class names -->
105
+ <exclude>com.github.luben.**</exclude>
106
</excludes>
107
</relocation>
108
<relocation>
0 commit comments