Skip to content

Commit

Permalink
chore(dep): stop declaring org.apache.arrow dep (#2718)
Browse files Browse the repository at this point in the history
* chore(dep): stop declaring org.apache.arrow dep

org.apache.arrow dep is declared in Google shared BOM

* chore(dep): stop declaring org.apache.arrow dep

org.apache.arrow dep is declared in Google shared BOM

* chore(dep): stop declaring org.apache.arrow dep

org.apache.arrow dep is declared in Google shared BOM

* chore(dep): stop declaring org.apache.arrow dep

org.apache.arrow dep is declared in Google shared BOM
  • Loading branch information
PhongChuong authored Oct 16, 2024
1 parent 7f13f8f commit 1fe07fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions google-cloud-bigquerystorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</parent>
<properties>
<site.installationModule>google-cloud-bigquerystorage</site.installationModule>
<arrow.version>15.0.2</arrow.version>
</properties>
<build>
<extensions>
Expand Down Expand Up @@ -204,13 +203,11 @@
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>${arrow.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-core</artifactId>
<version>${arrow.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 1fe07fd

Please sign in to comment.