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'
|
||
|
}
|