The quartz dependency is not pulled in by Spring because it has <optional>true</optional>. This means downstream dependencies won't be dependent on it. This is necessary for Spring to do or everyone using Spring with Maven would get all the various libraries it compiles against.
Matt On 9/28/07, Jim Qiu <[EMAIL PROTECTED]> wrote: > > > I need to use quartz in my project, yes I can add a dependency of quartz to > my pom.xml, but I wonder what need to be done for > transitive dependency effect since the spring project pom.xml having a > dependency declaration for the quartz? > > > > > > ________________________________ > > Jim Qiu > 2007-09-28 -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
