We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9efb7 commit bfff048Copy full SHA for bfff048
build.gradle
@@ -243,7 +243,7 @@ project('spring-ws-support') {
243
optional("org.igniterealtime.smack:smack-java7:$smackVersion")
244
optional("org.igniterealtime.smack:smack-extensions:$smackVersion")
245
testCompile("commons-httpclient:commons-httpclient:$commonsHttpclientVersion")
246
- testRuntime("org.apache.activemq:activemq-core:5.7.0") {
+ testRuntime("org.apache.activemq:activemq-core:4.1.2") {
247
exclude group:'org.apache.geronimo.specs', module:'geronimo-jms_1.1_spec'
248
}
249
testCompile("org.jvnet.mock-javamail:mock-javamail:1.9") {
0 commit comments