mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Remove invalid exclusion of Spring Data versions
This commit is contained in:
@@ -1368,10 +1368,6 @@ bom {
|
||||
library("Spring Data Bom", "2022.0.9") {
|
||||
considerSnapshots()
|
||||
calendarName = "Spring Data Release"
|
||||
prohibit {
|
||||
versionRange "[2022.0.0-M1,)"
|
||||
because "it uses Spring Framework 6"
|
||||
}
|
||||
group("org.springframework.data") {
|
||||
imports = [
|
||||
"spring-data-bom"
|
||||
|
||||
Reference in New Issue
Block a user