replace xml-apis with xmlParsersAPIs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@321110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-10-14 13:27:55 +00:00
parent 93886fd992
commit 4654f25898
3 changed files with 12 additions and 9 deletions

View File

@@ -111,9 +111,10 @@
</properties>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
<version>2.6.2</version>
<url>http://xml.apache.org/xerces2-j/</url>
<properties>
<classloader>root</classloader>
</properties>

View File

@@ -101,9 +101,10 @@
<version>1.2</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
<version>2.6.2</version>
<url>http://xml.apache.org/xerces2-j/</url>
</dependency>
<dependency>
<groupId>jdom</groupId>

View File

@@ -248,9 +248,10 @@
<version>0.45</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
<version>2.6.2</version>
<url>http://xml.apache.org/xerces2-j/</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>