Improved jar list documentation.

This commit is contained in:
Christian P. MOMON 2018-05-31 09:27:45 +02:00
parent aa15b27c35
commit 319ca00ea8

View file

@ -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