Use Gradle test fixture support for spring-beans and spring-context
See gh-23550
This commit is contained in:
@@ -11,6 +11,8 @@ dependencies {
|
||||
optional("org.eclipse.persistence:org.eclipse.persistence.jpa")
|
||||
optional("org.hibernate:hibernate-core")
|
||||
optional("javax.servlet:javax.servlet-api:3.1.0")
|
||||
testCompile(testFixtures(project(":spring-beans")))
|
||||
testCompile(testFixtures(project(":spring-context")))
|
||||
testCompile(testFixtures(project(":spring-core")))
|
||||
testCompile("org.aspectj:aspectjweaver")
|
||||
testCompile("org.hsqldb:hsqldb")
|
||||
|
||||
Reference in New Issue
Block a user