|
|
|
|
|
Change By:
|
Strong Liu
|
|
Summary:
|
remove commons-logging and upgrade slf4j , using log4j as the backend of jboss-logging for testing
|
|
we have these two deps from old days which are really not needed anymore
* commons-logging:commons-logging-api:99.0-does-not-exist * commons-logging:commons-logging:99.0-does-not-exist
and also I'm going to upgrade removing slf4j version from *1.6.1* to *1.7.5* which from release note saying it provides huge performance improvement which I'd expect it could speed up our test suite run time in favor of log4j as the jboss-logging backend for testing
|
|
|
|
|
|