2017-03-20 16:18:08 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-sample-boot'
|
|
|
|
|
2017-11-08 09:04:50 -06:00
|
|
|
ext['thymeleaf.version'] = '3.0.9.RELEASE'
|
|
|
|
|
2017-03-20 16:18:08 -04:00
|
|
|
dependencies {
|
2017-12-12 15:31:00 -05:00
|
|
|
compile project(':spring-security-config')
|
|
|
|
compile project(':spring-security-oauth2-client')
|
|
|
|
compile project(':spring-security-oauth2-jose')
|
2017-03-20 16:18:08 -04:00
|
|
|
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
|
|
|
compile 'org.springframework.boot:spring-boot-starter-web'
|
|
|
|
compile 'org.thymeleaf.extras:thymeleaf-extras-springsecurity4'
|
|
|
|
|
2017-12-12 15:31:00 -05:00
|
|
|
testCompile project(':spring-security-test')
|
2017-03-20 16:18:08 -04:00
|
|
|
testCompile 'net.sourceforge.htmlunit:htmlunit'
|
|
|
|
testCompile 'org.springframework.boot:spring-boot-starter-test'
|
|
|
|
}
|