2017-03-20 16:18:08 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-sample-boot'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-config')
|
|
|
|
compile project(':spring-security-oauth2-client')
|
2017-10-23 09:04:01 -04:00
|
|
|
compile project(':spring-security-oauth2-jose')
|
2017-06-01 11:46:22 -04:00
|
|
|
compile 'org.springframework:spring-webflux'
|
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-06-01 11:46:22 -04:00
|
|
|
compile 'io.projectreactor.ipc:reactor-netty'
|
2017-03-20 16:18:08 -04:00
|
|
|
|
|
|
|
testCompile project(':spring-security-test')
|
|
|
|
testCompile 'net.sourceforge.htmlunit:htmlunit'
|
|
|
|
testCompile 'org.springframework.boot:spring-boot-starter-test'
|
|
|
|
}
|