aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/main/java/module-info.java
diff options
context:
space:
mode:
authorJohn Niang <johnniang@foxmail.com>2024-01-30 02:10:36 +0800
committerGitHub <noreply@github.com>2024-01-29 20:10:36 +0200
commita73185226d5591d0ac7b8ee508cd69f41fa0bfeb (patch)
tree68ad4d61d6535dc8448e12bc6e9cf44d887fc9a7 /pf4j/src/main/java/module-info.java
parent426a0d71ff843e28592ab0bbd989aa7fb274976c (diff)
downloadpf4j-a73185226d5591d0ac7b8ee508cd69f41fa0bfeb.tar.gz
pf4j-a73185226d5591d0ac7b8ee508cd69f41fa0bfeb.zip
Upgrade Java SemVer to 0.10.2 (#560)
Diffstat (limited to 'pf4j/src/main/java/module-info.java')
-rw-r--r--pf4j/src/main/java/module-info.java2
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.