Skip to content

Commit

Permalink
chore: stop declaring Apache Arrow deps in dependencyManagement (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Mar 13, 2024
1 parent 8843cae commit 4be8071
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions pom.xml
Expand Up @@ -55,7 +55,6 @@
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
<google-api-services-bigquery.version>v2-rev20240229-2.0.0</google-api-services-bigquery.version>
<arrow.version>15.0.1</arrow.version>
</properties>

<dependencyManagement>
Expand All @@ -76,23 +75,7 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>${arrow.version}</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-core</artifactId>
<version>${arrow.version}</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
<version>${arrow.version}</version>
<scope>runtime</scope>
</dependency>


<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datacatalog-bom</artifactId>
Expand Down

0 comments on commit 4be8071

Please sign in to comment.