Improve Spring Boot based samples

Starting with 2.0.0.M1, Boot provides auto-config support for Lettuce.

See gh-790
This commit is contained in:
Vedran Pavic
2017-06-07 22:43:52 +02:00
parent e3c6fb67f2
commit 7d52c87173
4 changed files with 0 additions and 39 deletions

View File

@@ -3,7 +3,6 @@ apply plugin: 'io.spring.convention.spring-sample-boot'
dependencies {
compile(project(':spring-session-data-redis')) {
exclude module: 'jedis'
exclude module: 'commons-pool2'
}
compile "org.springframework.boot:spring-boot-starter-web"
compile "org.springframework.boot:spring-boot-starter-thymeleaf"