Pin SD Couchbase to 4.0.0.M3 to avoid latest breaking changes

This commit is contained in:
Andy Wilkinson
2020-03-05 17:19:15 +00:00
parent fa8a09d46d
commit c668798923

View File

@@ -1618,6 +1618,13 @@ bom {
]
}
}
library("Spring Data Couchbase", "4.0.0.M3") {
group("org.springframework.data") {
modules = [
"spring-data-couchbase"
]
}
}
library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") {
group("org.springframework.data") {
imports = [