MAVEN-1753 : xerces (2.6.2) is back in the core

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@394179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-04-14 19:48:31 +00:00
parent de7f40ee5d
commit 8dd1b9a133
13 changed files with 60 additions and 0 deletions

View File

@@ -112,6 +112,9 @@
<artifactId>xmlParserAPIs</artifactId>
<version>2.6.2</version>
<url>http://xerces.apache.org/xerces2-j/</url>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
</dependencies>
</project>