xerces-1.6.2.jar doesn't exist.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@278563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-09-04 06:35:00 +00:00
parent 3274a28db7
commit d10c07b67f

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -17,7 +16,6 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project> <project>
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
@ -82,7 +80,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>xerces</groupId> <groupId>xerces</groupId>
<artifactId>xerces</artifactId> <artifactId>xercesImpl</artifactId>
<version>2.6.2</version> <version>2.6.2</version>
</dependency> </dependency>
</dependencies> </dependencies>