2017-08-21 20:41:55 +08:00
|
|
|
description = "Spring Context Indexer"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
testCompile(project(":spring-context"))
|
|
|
|
testCompile("javax.inject:javax.inject:1")
|
2018-02-28 21:01:04 +08:00
|
|
|
testCompile("javax.annotation:javax.annotation-api:1.3.2")
|
2018-04-11 22:06:10 +08:00
|
|
|
testCompile("org.eclipse.persistence:javax.persistence:2.2.0")
|
2017-09-23 17:28:19 +08:00
|
|
|
}
|