fixed m2 build on java1.4

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-06-09 08:01:08 +00:00
parent 7a386be938
commit cf1fc15ad5
2 changed files with 10 additions and 0 deletions

View File

@ -349,6 +349,10 @@
<jdk>1.4</jdk> <jdk>1.4</jdk>
</activation> </activation>
<dependencies> <dependencies>
<dependency>
<groupId>activesoap</groupId>
<artifactId>jaxp-api</artifactId>
</dependency>
<dependency> <dependency>
<groupId>mx4j</groupId> <groupId>mx4j</groupId>
<artifactId>mx4j</artifactId> <artifactId>mx4j</artifactId>

View File

@ -500,6 +500,12 @@
</dependency> </dependency>
<!-- To use XPath using JAXP 1.2 (easier to add to Java 1.4.x) --> <!-- To use XPath using JAXP 1.2 (easier to add to Java 1.4.x) -->
<dependency>
<groupId>activesoap</groupId>
<artifactId>jaxp-api</artifactId>
<version>1.3</version>
</dependency>
<dependency> <dependency>
<groupId>xalan</groupId> <groupId>xalan</groupId>
<artifactId>xalan</artifactId> <artifactId>xalan</artifactId>