From c6076f350f019eb7a118cde8dbd2ad7dc67ee22c Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 18 Jul 2012 13:02:31 -0400 Subject: [PATCH] INT-2677 Upgrade JMS Module to use ActiveMQ 5.6.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 159f5205c5..c1932ec6cf 100644 --- a/build.gradle +++ b/build.gradle @@ -456,7 +456,7 @@ project('spring-integration-jms') { compile "org.springframework:spring-tx:$springVersion" compile ("org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1", provided) testCompile project(":spring-integration-test") - testCompile ("org.apache.activemq:activemq-core:5.3.0") { + testCompile ("org.apache.activemq:activemq-core:5.6.0") { exclude group: 'org.springframework', module: 'spring-context' } testCompile "org.springframework:spring-oxm:$springVersion"