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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user