From b63770cbe2601908de3439a692b466e32df79392 Mon Sep 17 00:00:00 2001 From: Zhen Wang <643348094@qq.com> Date: Tue, 20 Feb 2024 07:33:51 +0800 Subject: [PATCH] MINOR: [Docs][Java] Fix installation documentation for BOM file (#39939) ### Rationale for this change We should import `arrow-bom` in `dependencyManagement`. ### What changes are included in this PR? Import `arrow-bom` module in `dependencyManagement` ### Are these changes tested? No ### Are there any user-facing changes? Documentation Authored-by: wforget <643348094@qq.com> Signed-off-by: Sutou Kouhei --- docs/source/java/install.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/source/java/install.rst b/docs/source/java/install.rst index 783687fb1f773..7ac1a4990f37d 100644 --- a/docs/source/java/install.rst +++ b/docs/source/java/install.rst @@ -134,11 +134,6 @@ every module. An alternative to the above would be: 15.0.0 - - org.apache.arrow - arrow-bom - ${arrow.version} - org.apache.arrow arrow-vector @@ -148,6 +143,17 @@ every module. An alternative to the above would be: arrow-memory-netty + + + + org.apache.arrow + arrow-bom + ${arrow.version} + pom + import + + + To use the Arrow Flight dependencies, also add the ``os-maven-plugin``