INT-2677 Upgrade JMS Module to use ActiveMQ 5.6.0

This commit is contained in:
Oleg Zhurakousky
2012-07-18 13:02:31 -04:00
committed by Gary Russell
parent 5f32629129
commit 6200da2dd4

View File

@@ -448,7 +448,7 @@ project('spring-integration-jms') {
compile "org.springframework:spring-tx:$springVersion"
compile ("org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1") { provided = true }
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'
}