Use Gradle test fixture support for spring-web
See gh-23550
This commit is contained in:
@@ -14,6 +14,7 @@ dependencies {
|
||||
testCompile(testFixtures(project(":spring-beans")))
|
||||
testCompile(testFixtures(project(":spring-context")))
|
||||
testCompile(testFixtures(project(":spring-core")))
|
||||
testCompile(testFixtures(project(":spring-web")))
|
||||
testCompile("org.aspectj:aspectjweaver")
|
||||
testCompile("org.hsqldb:hsqldb")
|
||||
testRuntime("javax.xml.bind:jaxb-api")
|
||||
|
||||
Reference in New Issue
Block a user