|
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")
|
|
}
|