Consistentely apply Spring Data BOM across Spring Session modules

Fixes gh-709
This commit is contained in:
John Blum
2017-01-13 17:54:44 -08:00
parent aa3536a71a
commit 536156a4ec
13 changed files with 84 additions and 69 deletions

View File

@@ -15,12 +15,13 @@ apply from: SAMPLE_GRADLE
group = 'samples'
ext['spring-data-releasetrain.version'] = springDataReleaseTrainVersion
dependencies {
compile project(':spring-session'),
"org.springframework.boot:spring-boot-starter-data-redis",
"org.springframework.boot:spring-boot-starter-web",
"org.springframework.boot:spring-boot-starter-thymeleaf",
compile project(':spring-session-data-redis'),
"org.springframework.boot:spring-boot-starter-security",
"org.springframework.boot:spring-boot-starter-thymeleaf",
"org.springframework.boot:spring-boot-starter-web",
"nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect",
"org.thymeleaf.extras:thymeleaf-extras-conditionalcomments",
"org.webjars:bootstrap:$bootstrapVersion",