Fix Javadoc links in the documentation

This commit is contained in:
Richard Körber
2022-11-18 14:56:59 +01:00
parent 95fd249d28
commit 1ee68e1e09
6 changed files with 7 additions and 5 deletions

View File

@@ -19,4 +19,6 @@ module org.shredzone.acme4j.it {
requires com.github.spotbugs.annotations;
requires org.apache.httpcomponents.httpclient;
requires org.apache.httpcomponents.httpcore;
exports org.shredzone.acme4j.it;
}