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 a0650e8 commit 48799f7Copy full SHA for 48799f7
build.gradle
@@ -199,7 +199,7 @@ project('spring-ws-support') {
199
compile("javax.jms:jms-api:1.1-rev-1", provided)
200
compile("javax.mail:javax.mail-api:1.4.7", provided)
201
compile("com.sun.mail:javax.mail:1.4.7", provided)
202
- compile("jivesoftware:smack:3.1.0", optional)
+ compile("org.igniterealtime.smack:smack:3.2.1", optional)
203
testCompile("commons-httpclient:commons-httpclient:3.1")
204
testRuntime("org.apache.activemq:activemq-core:4.1.2") {
205
exclude group:'org.apache.geronimo.specs', module:'geronimo-jms_1.1_spec'
0 commit comments