Fix incorrect logger API dependency in README

This commit is contained in:
Marcono1234 2020-12-24 00:36:35 +01:00 committed by Oleg Kalnichevski
parent 8458ba0bf6
commit d4308d0462
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ HttpClient main module requires Java 7 compatible runtime and
depends on the following external libraries:
* [Apache HttpComponents HttpCore](https://github.com/apache/httpcomponents-core)
* [Apache Logging Log4j2 API](https://github.com/apache/logging-log4j2)
* [SLF4J API](http://www.slf4j.org/)
* [Apache Commons Codec](https://github.com/apache/commons-codec)
Other dependencies are optional.