Skip to content

Commit 48799f7

Browse files
wilkinsonaArjen Poutsma
authored andcommitted
Update Smack dependency to align with Spring Integration
1 parent a0650e8 commit 48799f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ project('spring-ws-support') {
199199
compile("javax.jms:jms-api:1.1-rev-1", provided)
200200
compile("javax.mail:javax.mail-api:1.4.7", provided)
201201
compile("com.sun.mail:javax.mail:1.4.7", provided)
202-
compile("jivesoftware:smack:3.1.0", optional)
202+
compile("org.igniterealtime.smack:smack:3.2.1", optional)
203203
testCompile("commons-httpclient:commons-httpclient:3.1")
204204
testRuntime("org.apache.activemq:activemq-core:4.1.2") {
205205
exclude group:'org.apache.geronimo.specs', module:'geronimo-jms_1.1_spec'

0 commit comments

Comments
 (0)