From 319ca00ea8f13a7aa08a6277b9048d37640d4cd3 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Thu, 31 May 2018 09:27:45 +0200 Subject: [PATCH] Improved jar list documentation. --- lib/README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/lib/README b/lib/README index 26ec953..73953e3 100644 --- a/lib/README +++ b/lib/README @@ -1,9 +1,14 @@ -Description of used libraries: +Description of used libraries. + +Standards: - commons-lang: useful tools (StringUtils...) -- hamcrest-core: required by junit -- joda-time: useful DateTime library -- junit: unit tests API + +Logging - log4j: log API - slf4j-api: facade log API - slf4j-log4j12: adaptation layer between slf4j and log4j + +Testing: +- hamcrest-core: required by JUnit +- junit: unit tests API \ No newline at end of file