You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2007/08/20 11:11:47 UTC

[jira] Closed: (MEV-531) ant:ant:1.6.5 (completly wrong dependencies)

     [ http://jira.codehaus.org/browse/MEV-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez closed MEV-531.
------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

> ant:ant:1.6.5 (completly wrong dependencies)
> --------------------------------------------
>
>                 Key: MEV-531
>                 URL: http://jira.codehaus.org/browse/MEV-531
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Dependencies
>            Reporter: Piotr Tabor
>            Assignee: Carlos Sanchez
>         Attachments: ant-1.6.5.pom
>
>
> Current ant:ant pom is: 
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>ant</groupId>
>   <artifactId>ant</artifactId>
>   <version>1.6.5</version>
>   <dependencies>
>     <dependency>
>       <groupId>xerces</groupId>
>       *<artifactId>xerces-impl</artifactId>* 
>       <version>2.6.2</version>
>       <optional>true</optional>
>     </dependency>
>     <dependency>
>       <groupId>xml-apis</groupId>
>       <artifactId>xml-apis</artifactId>
>       *<version>2.6.2</version>*
>       <optional>true</optional>
>     </dependency>
>   </dependencies>
> </project>
> Instead of: <artifactId>xerces-impl</artifactId> should be <artifactId>xercesImpl</artifactId> (xerces-impl does not exist in repo)
> And the version of xml-apis should be: 1.3.04 (2.6.2 does not exist)

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