INT-1817 added SI test to gradle.build for JMX module
This commit is contained in:
@@ -23,6 +23,7 @@ import org.springframework.build.Version
|
|||||||
//
|
//
|
||||||
// @author Chris Beams
|
// @author Chris Beams
|
||||||
// @author Mark Fisher
|
// @author Mark Fisher
|
||||||
|
// @author Oleg Zhurakousky
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
@@ -301,6 +302,7 @@ project('spring-integration-jmx') {
|
|||||||
compile "org.aspectj:aspectjrt:$aspectjVersion"
|
compile "org.aspectj:aspectjrt:$aspectjVersion"
|
||||||
compile "org.aspectj:aspectjweaver:$aspectjVersion"
|
compile "org.aspectj:aspectjweaver:$aspectjVersion"
|
||||||
compile "org.springframework:spring-context:$springVersion"
|
compile "org.springframework:spring-context:$springVersion"
|
||||||
|
testCompile project(":spring-integration-test")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user