diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 2bae5d9cf5..77a824f709 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -21,6 +21,7 @@ 1.8 1.8 UTF-8 + 1.0.1 @@ -42,7 +43,12 @@ org.apache.arrow arrow-vector - 0.17.1 + ${arrow.version} + + + org.apache.arrow + arrow-memory-netty + ${arrow.version} diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 2b3f3a4a44..a3873def7e 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -21,6 +21,7 @@ 1.8 1.8 UTF-8 + 1.0.1 @@ -41,7 +42,12 @@ org.apache.arrow arrow-vector - 0.17.1 + ${arrow.version} + + + org.apache.arrow + arrow-memory-netty + ${arrow.version} diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 64c8e0c120..60239d0373 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -21,6 +21,7 @@ 1.8 1.8 UTF-8 + 1.0.1 @@ -53,7 +54,12 @@ org.apache.arrow arrow-vector - 0.17.1 + ${arrow.version} + + + org.apache.arrow + arrow-memory-netty + ${arrow.version}