diff options
Diffstat (limited to 'pf4j/src/main')
-rw-r--r-- | pf4j/src/main/java/module-info.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pf4j/src/main/java/module-info.java b/pf4j/src/main/java/module-info.java index 340e9c9..322d19b 100644 --- a/pf4j/src/main/java/module-info.java +++ b/pf4j/src/main/java/module-info.java @@ -34,7 +34,7 @@ module org.pf4j { // The java-semver library currently does not provide a module. // Maybe we should send them a pull request, that at least they provide an // automatic module name in their MANIFEST file. - requires java.semver; + requires com.github.zafarkhaja.semver; // Maybe we should reconsider the package hierarchy, that only classes are // exported, which are required by 3rd party developers. |