This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new b8a23ddd8 GH-900: Fix gandiva groupId in arrow-bom (#901)
b8a23ddd8 is described below
commit b8a23ddd8940d5a804b0091cfd7a908af4d0f532
Author: Christopher Lambert <[email protected]>
AuthorDate: Thu Oct 30 10:55:10 2025 +0100
GH-900: Fix gandiva groupId in arrow-bom (#901)
Use correct groupId for the `arrow-gandiva` artifact.
Closes #900.
---
bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 61b452b9c..655c33b81 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -165,7 +165,7 @@ under the License.
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.arrow</groupId>
+ <groupId>org.apache.arrow.gandiva</groupId>
<artifactId>arrow-gandiva</artifactId>
<version>${project.version}</version>
</dependency>