ARTEMIS-3985: update to activemq 5.17.2
This commit is contained in:
parent
065bfe14f5
commit
e5086f447e
2
pom.xml
2
pom.xml
|
@ -89,7 +89,7 @@
|
||||||
<pax.exam.version>4.13.4</pax.exam.version>
|
<pax.exam.version>4.13.4</pax.exam.version>
|
||||||
<commons.config.version>2.8.0</commons.config.version>
|
<commons.config.version>2.8.0</commons.config.version>
|
||||||
<commons.lang.version>3.12.0</commons.lang.version>
|
<commons.lang.version>3.12.0</commons.lang.version>
|
||||||
<activemq5-version>5.17.1</activemq5-version>
|
<activemq5-version>5.17.2</activemq5-version>
|
||||||
<apache.derby.version>10.14.2.0</apache.derby.version>
|
<apache.derby.version>10.14.2.0</apache.derby.version>
|
||||||
<commons.beanutils.version>1.9.4</commons.beanutils.version>
|
<commons.beanutils.version>1.9.4</commons.beanutils.version>
|
||||||
<commons.dbcp2.version>2.7.0</commons.dbcp2.version>
|
<commons.dbcp2.version>2.7.0</commons.dbcp2.version>
|
||||||
|
|
|
@ -426,7 +426,7 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- need this for org.apache.activemq.filter.XalanXPathEvaluator for Xpath selectors with OpenWire JMS clients-->
|
<!-- need this for org.apache.activemq.filter.JAXPXPathEvaluator for Xpath selectors with OpenWire JMS clients-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.activemq</groupId>
|
<groupId>org.apache.activemq</groupId>
|
||||||
<artifactId>activemq-broker</artifactId>
|
<artifactId>activemq-broker</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue