SWS-994 - Revert ActiveMQ upgrade

This commit is contained in:
Greg Turnquist
2017-10-05 14:18:47 -05:00
parent 6f9efb7e91
commit bfff048353

View File

@@ -243,7 +243,7 @@ project('spring-ws-support') {
optional("org.igniterealtime.smack:smack-java7:$smackVersion")
optional("org.igniterealtime.smack:smack-extensions:$smackVersion")
testCompile("commons-httpclient:commons-httpclient:$commonsHttpclientVersion")
testRuntime("org.apache.activemq:activemq-core:5.7.0") {
testRuntime("org.apache.activemq:activemq-core:4.1.2") {
exclude group:'org.apache.geronimo.specs', module:'geronimo-jms_1.1_spec'
}
testCompile("org.jvnet.mock-javamail:mock-javamail:1.9") {