mirror of https://github.com/apache/activemq.git
updated the stax version
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@579943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42b768aa1f
commit
a395b872c1
4
pom.xml
4
pom.xml
|
@ -68,7 +68,7 @@
|
|||
<rome-version>0.8</rome-version>
|
||||
<slf4j-version>1.4.0</slf4j-version>
|
||||
<!--<slf4j-version>1.0-rc5</slf4j-version>-->
|
||||
<stax-version>1.1.1-dev</stax-version>
|
||||
<stax-version>1.2.0</stax-version>
|
||||
<xalan-version>2.6.0</xalan-version>
|
||||
<xmlbeans-version>2.0.0-beta1</xmlbeans-version>
|
||||
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
|
||||
|
@ -653,7 +653,7 @@
|
|||
<dependency>
|
||||
<groupId>stax</groupId>
|
||||
<artifactId>stax</artifactId>
|
||||
<version>1.1.1-dev</version>
|
||||
<version>${stax-version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- To use XPath using JAXP 1.3 (std in Java 5) -->
|
||||
|
|
Loading…
Reference in New Issue