mirror of
https://github.com/shred/acme4j.git
synced 2025-12-16 11:24:01 +08:00
Merge acme4j-utils into acme4j-client
The separation of acme4j-client and acme4j-utils was a design decision that should avoid BouncyCastle to be a hard dependency of acme4j-client. Anyhow acme4j is not really usable without BouncyCastle, so acme4j-utils is used in almost all projects anyway. This merge allows to extend the client API with some nice methods that will make it easier to use.
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
module org.shredzone.acme4j {
|
||||
requires static com.github.spotbugs.annotations;
|
||||
requires java.net.http;
|
||||
requires org.bouncycastle.pkix;
|
||||
requires org.bouncycastle.provider;
|
||||
requires org.jose4j;
|
||||
requires org.slf4j;
|
||||
|
||||
@@ -27,6 +29,7 @@ module org.shredzone.acme4j {
|
||||
exports org.shredzone.acme4j.exception;
|
||||
exports org.shredzone.acme4j.provider;
|
||||
exports org.shredzone.acme4j.toolbox;
|
||||
exports org.shredzone.acme4j.util;
|
||||
|
||||
uses org.shredzone.acme4j.provider.AcmeProvider;
|
||||
uses org.shredzone.acme4j.provider.ChallengeProvider;
|
||||
|
||||
Reference in New Issue
Block a user