Browse Source

Remove obsolete comment

#526
Decebal Suiu 1 year ago
parent
commit
c1c9c982dc
  1. 4
      pf4j/src/main/java/module-info.java

4
pf4j/src/main/java/module-info.java

@ -29,10 +29,6 @@ module org.pf4j {
// provided by the ASM library, use "requires static" since it's optional
requires static org.objectweb.asm;
// The SLF4J library currently does not provide a module.
// Version 1.8 provides a module called "org.slf4j". But this version is
// currently in beta stage. Therefore I'm not sure, if we already like to
// use it.
requires org.slf4j;
// The java-semver library currently does not provide a module.

Loading…
Cancel
Save