Files
spring-session/samples/javaconfig/webflux/spring-session-sample-javaconfig-webflux.gradle
Rob Winch f455df3333 Add WebFlux sample
Fixesh gh-857
2017-08-18 16:28:46 -05:00

23 lines
699 B
Groovy

apply plugin: 'io.spring.convention.spring-sample'
dependencies {
compile project(':spring-session-core')
compile 'io.lettuce:lettuce-core'
compile 'io.netty:netty-buffer'
compile 'io.projectreactor.ipc:reactor-netty'
compile 'org.springframework:spring-context'
compile 'org.springframework:spring-web'
compile 'org.springframework:spring-webflux'
compile 'org.thymeleaf.extras:thymeleaf-extras-java8time'
compile 'org.thymeleaf:thymeleaf-spring5'
compile 'org.webjars:bootstrap'
compile 'org.webjars:webjars-taglib'
compile jstlDependencies
compile slf4jDependencies
testCompile 'junit:junit'
testCompile 'org.assertj:assertj-core'
integrationTestCompile seleniumDependencies
}