[ http://mc4j.org/jira/browse/STS-379?page=comments#action_10712 ] Kai Grabfelder commented on STS-379: ------------------------------------
Hi Fernando, The spring pom also includes the commons logging dependency but they don't exclude the wrong commons logging dependencies. So I guess it is safe for stripes to do it the same way. Anyway: I've just noticed that if I don't explecitely specify commons-logging as a dependency in my own pom, commons-logging.jar is added to my .war (because of stripes and spring depending on it) but it's dependencies are not. So I guess we can close this issue. Could you please check in your environment as well? Maybe you have to upgrade to maven 2.0.6 if you are not yet using this version as they changed something in the way transitive dependencies work between 2.0.5 and 2.0.6 ... regards Kai > Backport to JCL 1.0.4 > --------------------- > > Key: STS-379 > URL: http://mc4j.org/jira/browse/STS-379 > Project: Stripes > Issue Type: Improvement > Affects Versions: Release 1.4, Release 1.4.1, Release 1.4.2, Release 1.4.3 > Environment: All > Reporter: Fernando Ribeiro > Assigned To: Tim Fennell > Priority: Blocker > > The dependency between Stripes 1.4+ and JCL 1.1 prevents Maven users from > upgrading from 1.3.2 due to an issue with the JCL POM: > http://jira.codehaus.org/browse/MEV-392 > Stripes needs to be backported to JCK 1.0.4 until a new version of JCL is > released. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://mc4j.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
