add XML dependencies, needed to build plugin under JDK 1.3 because

junit forking is enabled


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114892 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-03-10 13:18:51 +00:00
parent 28b3059ea7
commit a5cbf17604

View File

@@ -128,6 +128,18 @@
<artifactId>maven</artifactId>
<version>1.0-beta-10</version>
</dependency>
<!-- Required to build under for JDK 1.3 because we fork junit -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
</dependency>
</dependencies>
<versions>
<version>