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


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

        

Reply via email to