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


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to