Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Fixed
-
Component/s: Dependencies
-
Labels:None
-
Group ID:ant
-
Artifact ID:ant
-
Version:1.6.5
Description
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)
Activity
Piotr Tabor
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | ant-1.6.5.pom [ 28914 ] |
Carlos Sanchez
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Carlos Sanchez [ carlos ] |
Proofs (to make commiter's live easier):
Link to official ant distribution: http://archive.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip