Browse Source

Remove obsolete comment

tags/release-3.10.0
Decebal Suiu 9 months ago
parent
commit
c1c9c982dc
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      pf4j/src/main/java/module-info.java

+ 0
- 4
pf4j/src/main/java/module-info.java View File

@@ -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