Fix xml-apis dependency in dom4j poms
-------------------------------------

         Key: MEV-294
         URL: http://jira.codehaus.org/browse/MEV-294
     Project: Maven Evangelism
        Type: Task

  Components: Dependencies  
    Reporter: fabrizio giustina


pom contains a dependency on xml-apis:2.0.2, which has been relocated to 
xml-apis:1.0.b2.

Should be fixed with:

    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.0.b2</version>
    </dependency>

Same issue also for other dom4j versions 

-- 
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