You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "fabrizio giustina (JIRA)" <ji...@codehaus.org> on 2006/01/14 10:13:01 UTC

[jira] Commented: (MEV-293) Fix xml-apis dependency in commons-pool poms

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

fabrizio giustina commented on MEV-293:
---------------------------------------

Same thing in commons-dbcp 1.2 and 1.2.1

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org