mirror of https://github.com/shred/acme4j
Make spotbugs annotations static required
parent
51233b9612
commit
30a9b53746
|
@ -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;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
module org.shredzone.acme4j.utils {
|
||||
requires org.shredzone.acme4j;
|
||||
|
||||
requires com.github.spotbugs.annotations;
|
||||
requires static com.github.spotbugs.annotations;
|
||||
requires org.bouncycastle.pkix;
|
||||
requires org.bouncycastle.provider;
|
||||
|
||||
|
|
Loading…
Reference in New Issue