9 lines
308 B
Text
9 lines
308 B
Text
Description of used libraries:
|
|
- commons-codec: digest tools
|
|
- commons-lang: useful tools (StringUtils...)
|
|
- hamcrest-core: required by junit
|
|
- hsqldb: SQL Database for unit test.
|
|
- junit: unit tests API
|
|
- log4j: log API
|
|
- slf4j-api: facade log API
|
|
- slf4j-log4j12: adaptation layer between slf4j and log4j
|