2017-03-28 16:45:30 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core')
|
2018-03-26 21:01:40 -04:00
|
|
|
compile 'javax.xml.bind:jaxb-api'
|
2017-03-28 16:45:30 -04:00
|
|
|
compile 'org.springframework.data:spring-data-commons'
|
|
|
|
compile 'org.springframework:spring-core'
|
2018-03-26 21:01:40 -04:00
|
|
|
|
2017-03-28 16:45:30 -04:00
|
|
|
}
|