mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
9 lines
266 B
Groovy
9 lines
266 B
Groovy
description = "Spring Context Indexer"
|
|
|
|
dependencies {
|
|
testCompile(project(":spring-context"))
|
|
testCompile("javax.inject:javax.inject:1")
|
|
testCompile("javax.annotation:javax.annotation-api:1.3.2")
|
|
testCompile("org.eclipse.persistence:javax.persistence:2.2.0")
|
|
}
|