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 63a17fcfb GH-1257: cover arrow-memory-netty-buffer-patch in BOM (#1258)
63a17fcfb is described below
commit 63a17fcfb70b0fcf6ea84bc3c0f52aa371cd457a
Author: Dan Homola <[email protected]>
AuthorDate: Wed Aug 26 02:30:28 2026 +0200
GH-1257: cover arrow-memory-netty-buffer-patch in BOM (#1258)
## What's Changed
This package was missing in the BOM leaving it open to becoming out of
sync with the rest of the packages.
Closes #1257.
---
bom/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bom/pom.xml b/bom/pom.xml
index 2d1085b16..aea45604e 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -179,6 +179,11 @@ under the License.
<artifactId>arrow-memory-netty</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.arrow</groupId>
+ <artifactId>arrow-memory-netty-buffer-patch</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-unsafe</artifactId>