mirror of https://github.com/apache/activemq.git
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:
parent
7a386be938
commit
cf1fc15ad5
|
@ -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>
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue