2017-08-21 20:41:55 +08:00
|
|
|
description = "Spring Context Indexer"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
testCompile(project(":spring-context"))
|
2019-08-27 03:13:12 +08:00
|
|
|
testCompile("javax.inject:javax.inject")
|
|
|
|
testCompile("javax.annotation:javax.annotation-api")
|
|
|
|
testCompile("javax.transaction:javax.transaction-api")
|
|
|
|
testCompile("org.eclipse.persistence:javax.persistence")
|
2017-09-23 17:28:19 +08:00
|
|
|
}
|