Add spring-integration-test dependency for Twitter and XMPP

This commit is contained in:
Chris Beams
2010-10-28 15:35:35 -04:00
parent 24673882a0
commit ea58a1dedb

View File

@@ -354,6 +354,7 @@ project('spring-integration-twitter') {
compile "org.springframework:spring-context-support:$springVersion"
compile "org.twitter4j:twitter4j-core:2.1.3"
compile("javax.activation:activation:$javaxActivationVersion") { optional = true }
testCompile project(":spring-integration-test")
}
}
@@ -397,6 +398,7 @@ project('spring-integration-xmpp') {
compile "jivesoftware:smack:3.1.0"
compile "jivesoftware:smackx:3.1.0"
compile "org.springframework:spring-context-support:$springVersion"
testCompile project(":spring-integration-test")
}
}