INT-1817 added SI test to gradle.build for JMX module

This commit is contained in:
Oleg Zhurakousky
2011-03-09 17:25:38 -05:00
parent 8b53fa1fc7
commit 2fca52c583

View File

@@ -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")
}
}