James Carman wrote: > On Fri, Mar 20, 2009 at 11:40 AM, sebb <[email protected]> wrote: >> It's only optional at run-time; it's not optional at compile-time. >> > > Right. That's what optional means. Putting it as optional in Maven > will change the dependencies report: > > http://commons.apache.org/proxy/dependencies.html > > None of the dependencies in Proxy (other than the JDK itself) are > required. However, maven does put them on the classpath so that Proxy > will compile. When a user declares a dependency on Proxy, they don't > get all of that extra stuff automatically.
Set it to provided+optional :) - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
