From 2fca52c583cc0e64ea4b720a2d4e23d0b88b0d43 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 9 Mar 2011 17:25:38 -0500 Subject: [PATCH] INT-1817 added SI test to gradle.build for JMX module --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) 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") } }