Task #4663
Story #4654: Independent review of d1_common_java
src/main/resources appears to have config for log4j through commons-logging but neither logging library is declared as a test scope dependency.
Start date:
2014-03-31
Due date:
% Done:
0%
Story Points:
Sprint:
Description
src/main/resources appears to have config for log4j through commons-logging but neither logging library is declared as a test scope dependency.
Confusing and indicates reliance on transitive dependencies.
- Either add the dependencies as test scope, or remove these
- Run mvn dependencies:analyze to check for other potential transitive issues
Related issues
History
#1 Updated by Dave Vieglais about 10 years ago
- Target version set to Release Backlog