You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Trygve Laugstol (JIRA)" <ji...@codehaus.org> on 2005/10/14 09:54:11 UTC

[jira] Commented: (MEV-111) dom4j 1.5.2 references stax incorrectly

    [ http://jira.codehaus.org/browse/MEV-111?page=comments#action_48611 ] 

Trygve Laugstol commented on MEV-111:
-------------------------------------

The default scope "compile" is the correct scope as dom4j uses the stax api when compiling and thus always has a dependency on it.

> dom4j 1.5.2 references stax incorrectly
> ---------------------------------------
>
>          Key: MEV-111
>          URL: http://jira.codehaus.org/browse/MEV-111
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Brian Bonner
>     Assignee: Carlos Sanchez

>
>
> referenced as:
> <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax</artifactId>
>       <version>1.0</version>
> </dependency>
> should be:
> <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax-api</artifactId>
>       <version>1.0</version>
>  </dependency>
> I'm not sure of the scope.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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