Skip to content

Commit

Permalink
Switch back to using Spring Session's bom
Browse files Browse the repository at this point in the history
Closes gh-28870
  • Loading branch information
wilkinsona committed Dec 8, 2021
1 parent 2b7a034 commit 756b9b9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -1375,14 +1375,10 @@ bom {
]
}
}
library("Spring Session", "3.0.0-SNAPSHOT") {
library("Spring Session Bom", "2022.1.0-SNAPSHOT") {
group("org.springframework.session") {
modules = [
"spring-session-core",
"spring-session-data-mongodb",
"spring-session-data-redis",
"spring-session-hazelcast",
"spring-session-jdbc"
imports = [
"spring-session-bom"
]
}
}
Expand Down

0 comments on commit 756b9b9

Please sign in to comment.