diff --git a/build.gradle b/build.gradle index f486cc1a61..9263cc773e 100644 --- a/build.gradle +++ b/build.gradle @@ -23,6 +23,7 @@ import org.springframework.build.Version // // @author Chris Beams // @author Mark Fisher +// @author Oleg Zhurakousky // ----------------------------------------------------------------------------- // ----------------------------------------------------------------------------- @@ -301,6 +302,7 @@ project('spring-integration-jmx') { compile "org.aspectj:aspectjrt:$aspectjVersion" compile "org.aspectj:aspectjweaver:$aspectjVersion" compile "org.springframework:spring-context:$springVersion" + testCompile project(":spring-integration-test") } }