Add test source dependency in attempt to fix CI

This commit is contained in:
Phillip Webb
2013-07-30 11:33:30 -07:00
parent 9ff9d45283
commit a2e438b2be

View File

@@ -806,6 +806,7 @@ configure(rootProject) {
dependencies { // for integration tests
testCompile(project(":spring-core"))
testCompile(project(":spring-core").sourceSets.test.output)
testCompile(project(":spring-beans"))
testCompile(project(":spring-aop"))
testCompile(project(":spring-expression"))