Skip to content

Commit

Permalink
add module import
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsra committed Jun 25, 2024
1 parent 29d0727 commit 5d72fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

requires org.apache.commons.io;
requires java.xml;
requires java.naming;
requires java.desktop;
requires java.base;
}

0 comments on commit 5d72fe7

Please sign in to comment.