8 lines
263 B
Groovy
8 lines
263 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")
|
||
|
testCompile("org.eclipse.persistence:javax.persistence:2.1.1")
|
||
|
}
|