dd6fc48dd8
The build now uses spring build conventions to simplify the build Fixes gh-4284
8 lines
210 B
Groovy
8 lines
210 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
dependencies {
|
|
compile project(':spring-security-core')
|
|
compile 'org.springframework.data:spring-data-commons'
|
|
compile 'org.springframework:spring-core'
|
|
}
|