Skip to content

Commit

Permalink
Have arrow-vector depend on memory-core
Browse files Browse the repository at this point in the history
Also don't depend on jdk.unsupported
  • Loading branch information
jduo committed Jan 11, 2024
1 parent f9ad830 commit 1a8e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/vector/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.datatype.jsr310;
requires flatbuffers.java;
requires jdk.unsupported;
requires org.apache.arrow.format;
requires org.apache.arrow.memory.core;
requires org.apache.commons.codec;
requires org.eclipse.collections.impl;
requires slf4j.api;
Expand Down

0 comments on commit 1a8e084

Please sign in to comment.