mirror of https://github.com/apache/activemq.git
Patch applied for https://issues.apache.org/activemq/browse/AMQ-1743
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@693767 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3bebf209b
commit
8d03599be6
|
@ -153,7 +153,7 @@
|
|||
<include>org.springframework:spring-context</include>
|
||||
<include>org.springframework:spring-tx</include>
|
||||
<include>org.springframework:spring-jms</include>
|
||||
<include>xstream:xstream</include>
|
||||
<include>com.thoughtworks.xstream:xstream</include>
|
||||
<include>xmlpull:xmlpull</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -75,7 +75,7 @@
|
|||
<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>
|
||||
<xstream-version>1.1.2</xstream-version>
|
||||
<xstream-version>1.3</xstream-version>
|
||||
<xbean-version>3.4</xbean-version>
|
||||
<felix-version>1.0.0</felix-version>
|
||||
<dist-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url>
|
||||
|
|
Loading…
Reference in New Issue