Commit c6687989 authored by Andy Wilkinson's avatar Andy Wilkinson

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

parent fa8a09d4
...@@ -1618,6 +1618,13 @@ bom { ...@@ -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") { library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") {
group("org.springframework.data") { group("org.springframework.data") {
imports = [ imports = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment