Add xerces so jdk1.3 build works
Add commons-logging from j2ee plugin dependencies git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
654c24fd74
commit
8a55953b1d
@ -26,7 +26,8 @@
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<id>maven+j2ee-plugin</id>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-j2ee-plugin</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -45,6 +46,10 @@
|
||||
<id>commons-lang</id>
|
||||
<version>1.0-b1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>dom4j</id>
|
||||
<version>1.4-dev-7</version>
|
||||
@ -53,6 +58,7 @@
|
||||
<id>regexp</id>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<id>xml-apis</id>
|
||||
<version>1.0.b2</version>
|
||||
@ -60,6 +66,7 @@
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<id>ant</id>
|
||||
<version>1.5.1</version>
|
||||
@ -67,15 +74,12 @@
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
<!--
|
||||
|
||||
Required for testing
|
||||
|
||||
-->
|
||||
|
||||
<dependency>
|
||||
<id>junit</id>
|
||||
<version>3.8.1</version>
|
||||
<id>xerces</id>
|
||||
<version>2.2.1</version>
|
||||
<url>http://xml.apache.org/xerces2-j/</url>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user