mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Make spotbugs annotations static required
This commit is contained in:
@@ -17,7 +17,7 @@ module org.shredzone.acme4j.smime {
|
||||
requires org.shredzone.acme4j.utils;
|
||||
|
||||
requires transitive jakarta.mail;
|
||||
requires com.github.spotbugs.annotations;
|
||||
requires static com.github.spotbugs.annotations;
|
||||
requires org.bouncycastle.pkix;
|
||||
requires org.bouncycastle.provider;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user