<optional>true</optional> - Brett
On 10/12/05, Dave Brondsema <[EMAIL PROTECTED]> wrote: > > I have a POM that declares some optional dependencies, like this: > > <dependency> > <groupId>xerces</groupId> > <artifactId>xerces</artifactId> > <version>2.0.2</version> > <optional/> > </dependency> > > These are getting included as a transitive dependency. Am I doing > something wrong or is <optional/> unimplemented? > > -- > Dave Brondsema > Software Developer > Cornerstone University > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
