Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch committed Oct 19, 2019
1 parent ebe1050 commit 0f1d390
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,16 +426,14 @@
<moduleInfoSource>
/** ${project.name}: ${project.description} ( ${project.url} )
*/
module
io.github.classgraph {
module io.github.classgraph {
exports io.github.classgraph;
exports nonapi.io.github.classgraph.classloaderhandler.lifecycle;
requires
java.xml;
exports
nonapi.io.github.classgraph.classloaderhandler.lifecycle;
requires java.xml;
requires jdk.unsupported;
requires java.management;
requires
java.logging;
requires java.logging;
}
</moduleInfoSource>
</module>
Expand Down

0 comments on commit 0f1d390

Please sign in to comment.