Improved jar list documentation.
This commit is contained in:
parent
aa15b27c35
commit
319ca00ea8
1 changed files with 9 additions and 4 deletions
13
lib/README
13
lib/README
|
@ -1,9 +1,14 @@
|
||||||
Description of used libraries:
|
Description of used libraries.
|
||||||
|
|
||||||
|
Standards:
|
||||||
- commons-lang: useful tools (StringUtils...)
|
- commons-lang: useful tools (StringUtils...)
|
||||||
- hamcrest-core: required by junit
|
|
||||||
- joda-time: useful DateTime library
|
Logging
|
||||||
- junit: unit tests API
|
|
||||||
- log4j: log API
|
- log4j: log API
|
||||||
- slf4j-api: facade log API
|
- slf4j-api: facade log API
|
||||||
- slf4j-log4j12: adaptation layer between slf4j and log4j
|
- slf4j-log4j12: adaptation layer between slf4j and log4j
|
||||||
|
|
||||||
|
Testing:
|
||||||
|
- hamcrest-core: required by JUnit
|
||||||
|
- junit: unit tests API
|
||||||
|
|
Loading…
Reference in a new issue