diff --git a/build.gradle b/build.gradle index ea2e88ef2..da97c5174 100644 --- a/build.gradle +++ b/build.gradle @@ -199,7 +199,7 @@ project('spring-ws-support') { compile("javax.jms:jms-api:1.1-rev-1", provided) compile("javax.mail:javax.mail-api:1.4.7", provided) compile("com.sun.mail:javax.mail:1.4.7", provided) - compile("jivesoftware:smack:3.1.0", optional) + compile("org.igniterealtime.smack:smack:3.2.1", optional) testCompile("commons-httpclient:commons-httpclient:3.1") testRuntime("org.apache.activemq:activemq-core:4.1.2") { exclude group:'org.apache.geronimo.specs', module:'geronimo-jms_1.1_spec'