commons-logging has avalon-framework and logkit as dependencies when they're
not required
-----------------------------------------------------------------------------------------
Key: MEV-134
URL: http://jira.codehaus.org/browse/MEV-134
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: Matt Raible
Also, it seems that Spring does not have commons-logging listed as a
dependency. When I don't have Hibernate in my dependencies list, I have to
explicitly add commons-logging (even though I have Spring with no exclusions).
<dependency>
<artifactId>spring</artifactId>
<groupId>springframework</groupId>
<version>1.2.5</version>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]