Hi,. When I am packaging a WAR project, I am seeing the following thing happening...
[DEBUG] Processing: commons-logging-1.1.jar [DEBUG] Duplicate found: commons-logging-1.1.jar [DEBUG] Renamed to: commons-logging-commons-logging-1.1.jar Any idea why this happens and how to avoid this? I am mentioning commons-logging-1.1 as my dependency in the pom.xml, and have suppressed the other versions of commons logging which were getting packaged as transitive dependencies of project dependencies using <exclusion> tag in dependency taf. Same is happening with commons-digester and other dependencies. Regards, Amit --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
