Downgrade Spring Boot to 1.5.3.RELEASE
Fixes gh-710
This commit is contained in:
@@ -3,7 +3,7 @@ apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
dependencies {
|
||||
compile project(':spring-session')
|
||||
compile"org.springframework.data:spring-data-redis"
|
||||
compile"io.lettuce:lettuce-core"
|
||||
compile"biz.paluch.redis:lettuce"
|
||||
compile"org.springframework.boot:spring-boot-starter-web"
|
||||
compile"org.springframework.boot:spring-boot-starter-thymeleaf"
|
||||
compile"org.springframework.boot:spring-boot-starter-security"
|
||||
@@ -16,4 +16,4 @@ dependencies {
|
||||
|
||||
integrationTestCompile seleniumDependencies
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user