Skip to content

Commit

Permalink
Allow memory-core to use reflection on memory-netty
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Dec 1, 2023
1 parent 0d44ba1 commit 0d9d03d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/memory/memory-netty/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
*/

module org.apache.arrow.memory.netty {
exports org.apache.arrow.memory.netty to org.apache.arrow.memory.core;

requires org.apache.arrow.memory.core;
requires io.netty.buffer;
requires io.netty.common;
Expand Down

0 comments on commit 0d9d03d

Please sign in to comment.