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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to