Downgrade activemq version to 5.15.13

5.16 seems to introduce a regression
that makes jms related tests to fail.
This commit is contained in:
Mahmoud Ben Hassine
2020-10-16 15:09:05 +02:00
parent a0bcd7ce45
commit 24aba13c24

View File

@@ -59,7 +59,7 @@ allprojects {
springKafkaVersion = '2.6.2-SNAPSHOT'
springLdapVersion = '2.3.3.RELEASE'
activemqVersion = '5.16.0'
activemqVersion = '5.15.13'
apacheAvroVersion ='1.9.2'
aspectjVersion = '1.9.6'
commonsDdbcpVersion = '2.7.0'