Downgrade Spring Boot to 1.5.3.RELEASE

Fixes gh-710
This commit is contained in:
Vedran Pavic
2017-04-28 17:27:49 +02:00
parent 63b836b212
commit 2ebbe762f0
6 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.spring-sample-boot'
dependencies {
compile project(':spring-session-data-redis')
compile "io.lettuce:lettuce-core"
compile "biz.paluch.redis:lettuce"
compile"org.springframework.boot:spring-boot-starter-security"
compile"org.springframework.boot:spring-boot-starter-thymeleaf"
compile"org.springframework.boot:spring-boot-starter-web"