Make spotbugs annotations static required

This commit is contained in:
Richard Körber
2022-01-22 14:45:58 +01:00
parent 51233b9612
commit 30a9b53746
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;