Switch back to using Spring Session's bom

Closes gh-28870
This commit is contained in:
Andy Wilkinson 2021-12-08 14:48:13 +00:00
parent 2b7a034776
commit 756b9b9254
1 changed files with 3 additions and 7 deletions

View File

@ -1375,14 +1375,10 @@ bom {
] ]
} }
} }
library("Spring Session", "3.0.0-SNAPSHOT") { library("Spring Session Bom", "2022.1.0-SNAPSHOT") {
group("org.springframework.session") { group("org.springframework.session") {
modules = [ imports = [
"spring-session-core", "spring-session-bom"
"spring-session-data-mongodb",
"spring-session-data-redis",
"spring-session-hazelcast",
"spring-session-jdbc"
] ]
} }
} }