From 26fa7bc74e9cfd6e4bc281b4f1066c40b8c868d5 Mon Sep 17 00:00:00 2001 From: PhongChuong Date: Wed, 16 Oct 2024 11:09:05 -0400 Subject: [PATCH] chore(dep): stop declaring org.apache.arrow dep org.apache.arrow dep is declared in Google shared BOM --- samples/snapshot/pom.xml | 3 +++ samples/snippets/pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 2295b4279..3275cfbd1 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -21,6 +21,7 @@ 1.8 1.8 UTF-8 + 15.0.2 @@ -46,10 +47,12 @@ org.apache.arrow arrow-vector + ${arrow.version} org.apache.arrow arrow-memory-netty + ${arrow.version} diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 3e2bb6f4d..1bf7429eb 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -21,6 +21,7 @@ 1.8 1.8 UTF-8 + 15.0.2 @@ -64,10 +65,12 @@ org.apache.arrow arrow-vector + ${arrow.version} org.apache.arrow arrow-memory-netty + ${arrow.version} io.opentelemetry