Skip to content

Commit

Permalink
Correctly reference the SLF4J module in arrow-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Dec 11, 2023
1 parent ab4fad0 commit d6fcef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/tools/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
requires org.apache.arrow.compression;
requires org.apache.arrow.memory.core;
requires org.apache.arrow.vector;
requires slf4j.api;
requires org.slf4j;
}

0 comments on commit d6fcef0

Please sign in to comment.