Make spotbugs annotations static required

pull/129/head
Richard Körber 2022-01-22 14:45:58 +01:00
parent 51233b9612
commit 30a9b53746
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;