Pin SD Couchbase to 4.0.0.M3 to avoid latest breaking changes
This commit is contained in:
parent
fa8a09d46d
commit
c668798923
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue