diff --git a/flight/flight-sql-jdbc-core/pom.xml b/flight/flight-sql-jdbc-core/pom.xml index 965e071e72..88c028987f 100644 --- a/flight/flight-sql-jdbc-core/pom.xml +++ b/flight/flight-sql-jdbc-core/pom.xml @@ -79,6 +79,11 @@ under the License. ${arrow.vector.classifier} + + org.apache.arrow + arrow-compression + + com.google.guava guava diff --git a/flight/flight-sql-jdbc-driver/pom.xml b/flight/flight-sql-jdbc-driver/pom.xml index 559c42597d..0250c32902 100644 --- a/flight/flight-sql-jdbc-driver/pom.xml +++ b/flight/flight-sql-jdbc-driver/pom.xml @@ -101,6 +101,8 @@ under the License. org.apache.arrow.driver.jdbc.shaded.com. com.sun.** + + com.github.luben.**