Revert "Add test source dependency in attempt to fix CI"

This reverts commit a2e438b2be.
This commit is contained in:
Phillip Webb
2013-07-30 11:53:34 -07:00
parent a2e438b2be
commit 1b702fa6a2

View File

@@ -806,7 +806,6 @@ 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"))