Fix xml-apis dependency in commons-pool poms
--------------------------------------------

         Key: MEV-293
         URL: http://jira.codehaus.org/browse/MEV-293
     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 commons-pool 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