Paul Benedict wrote: > Is there a way to bring in a library only for compiling without making > it part of the runtime (i.e., war dependency) or using transitive > exclusions? Java 5 has source-level annotations and sometimes a > dependency is only for compiling and has no runtime dependency. Is a > new scope needed for this? > > Paul
Isn't "provided" doing this ? - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
