The main `build.gradle` file contains now only the common build infrastructure; all module-specific build configurations have been moved to their own build file. Issue: SPR-15885
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")
|
|
} |