mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +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:
@@ -173,11 +173,6 @@
|
||||
<artifactId>acme4j-client</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.shredzone.acme4j</groupId>
|
||||
<artifactId>acme4j-utils</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
module org.shredzone.acme4j.it {
|
||||
requires org.shredzone.acme4j;
|
||||
requires org.shredzone.acme4j.utils;
|
||||
|
||||
requires com.github.spotbugs.annotations;
|
||||
requires org.apache.httpcomponents.httpclient;
|
||||
|
||||
Reference in New Issue
Block a user