Skip to content

Commit

Permalink
Upgrade Apache Arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Feb 1, 2024
1 parent 73d3b6d commit 2116945
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bigquery/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@
<name>Quarkus - Google Cloud Services - BigQuery - Runtime</name>
<description>Use Google Cloud BigQuery analytics database service</description>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>14.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-format</artifactId>
<version>14.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-core</artifactId>
<version>14.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
<version>14.0.2</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.quarkiverse.googlecloudservices</groupId>
Expand Down

0 comments on commit 2116945

Please sign in to comment.