Skip to content

Commit 93a4f25

Browse files
committed
GH-1257: cover arrow-memory-netty-buffer-patch in BOM
This package was missing in the BOM leaving it open to becoming out of sync with the rest of the packages. Closes #1257.
1 parent 85d7ef3 commit 93a4f25

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ under the License.
179179
<artifactId>arrow-memory-netty</artifactId>
180180
<version>${project.version}</version>
181181
</dependency>
182+
<dependency>
183+
<groupId>org.apache.arrow</groupId>
184+
<artifactId>arrow-memory-netty-buffer-patch</artifactId>
185+
<version>${project.version}</version>
186+
</dependency>
182187
<dependency>
183188
<groupId>org.apache.arrow</groupId>
184189
<artifactId>arrow-memory-unsafe</artifactId>

0 commit comments

Comments
 (0)