You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by jean-laurent <je...@gmail.com> on 2005/10/31 15:03:59 UTC

[m2] commons-digester pom & xml api

In commons-digester 1.7 pom, there is a compile dependency on xml-apis.
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.0.b2</version>
    </dependency>
http://ibiblio.org/maven2/commons-digester/commons-digester/1.7/commons-digester-1.7.pom

But commons-digester documentation state that it depends either on
xerces or JAXP 1.1.
http://jakarta.apache.org/commons/digester/commons-digester-1.7/docs/apidocs/org/apache/commons/digester/package-summary.html#doc.Depend

So depending of your application you may need it or not.
I was about to file a JIRA, but I'm not sure anymore :
1 - Should this dependency on xml-apis be stated as <scope>provided</scope>  ?
or
2 - should we let it as <scope>compile</scope> and explicitly exclude
it when neccessary ?

thx
--
Jean-Laurent

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org