aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2023-07-18 19:02:36 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2023-07-18 19:02:36 +0300
commitc1c9c982dc372d1027468e166c3e0675d6890e2a (patch)
tree5c2f8ca5afa5295824e41c7a98be076c6a667abb
parent860b79710de3b30f2fb9b67a05d5a1aa4926debd (diff)
downloadpf4j-c1c9c982dc372d1027468e166c3e0675d6890e2a.tar.gz
pf4j-c1c9c982dc372d1027468e166c3e0675d6890e2a.zip
Remove obsolete comment
-rw-r--r--pf4j/src/main/java/module-info.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/pf4j/src/main/java/module-info.java b/pf4j/src/main/java/module-info.java
index 55b6169..340e9c9 100644
--- a/pf4j/src/main/java/module-info.java
+++ b/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.