Skip to content

Commit

Permalink
Use correct JPMS name for SLF4J in arrow-vector
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Dec 11, 2023
1 parent 7f853bd commit f39d07b
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 @@ -46,5 +46,5 @@
requires org.apache.arrow.memory.core;
requires org.apache.commons.codec;
requires org.eclipse.collections.impl;
requires slf4j.api;
requires org.slf4j;
}

0 comments on commit f39d07b

Please sign in to comment.