From ea58a1dedbe9ba9c37df8a55d108447010fefa98 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 28 Oct 2010 15:35:35 -0400 Subject: [PATCH] Add spring-integration-test dependency for Twitter and XMPP --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index d5d63fe083..f6e91faebc 100644 --- a/build.gradle +++ b/build.gradle @@ -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") } }