Skip to content

Commit 360a1b5

Browse files
committed
change module name
1 parent e278a63 commit 360a1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
uses org.mariadb.jdbc.credential.CredentialPlugin;
8989

9090
// Apache Commons and other (similar) helper libraries
91-
requires commons.cli;
91+
requires org.apache.commons.cli;
9292
requires org.apache.commons.csv;
9393
requires org.apache.commons.lang3;
9494
requires com.google.common;

0 commit comments

Comments
 (0)