From d666ec091cf5cf8a2af4265c5e78f6d7b7d524f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Tue, 24 Oct 2017 23:12:17 +0200 Subject: [PATCH] Mention optional Bouncy Castle dependency Closes PR #38 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 242123f2..291e3e2b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ It is an independent open source implementation that is not affiliated with or e * Easy to use Java API * Requires JRE 8 or higher * Built with maven, packages available at [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.shredzone.acme4j%22) -* Small, only requires [jose4j](https://bitbucket.org/b_c/jose4j/wiki/Home) and [slf4j](http://www.slf4j.org/) as dependencies +* Small: `acme4j-client` only requires [jose4j](https://bitbucket.org/b_c/jose4j/wiki/Home) and [slf4j](http://www.slf4j.org/) as dependencies +* Only the optional `acme4j-utils` module requires [Bouncy Castle](http://www.bouncycastle.org) * Extensive unit tests ## Usage