Merge branch '3.1.x' into 3.2.x
See gh-40212
This commit is contained in:
@@ -66,7 +66,9 @@ dependencies {
|
||||
optional("org.springframework.data:spring-data-cassandra") {
|
||||
exclude group: "org.slf4j", module: "jcl-over-slf4j"
|
||||
}
|
||||
optional("org.springframework.data:spring-data-couchbase")
|
||||
optional("org.springframework.data:spring-data-couchbase") {
|
||||
exclude(group: "javax.inject", module: "javax.inject")
|
||||
}
|
||||
optional("org.springframework.data:spring-data-elasticsearch") {
|
||||
exclude(group: "commons-logging", module: "commons-logging")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user